Forum: Java Aug 13th, 2009 |
| Replies: 19 Views: 544 bool gFlag = true;
Event sets flag to false, and causes thread to fall out of loop!
Simple but effective!
// while (true){
while ( gFlag ){ |
Forum: Java Jul 11th, 2009 |
| Replies: 17 Views: 588 You need to analyze one record of data for maximum bit requirements each field.
And need to know exactly what data ranges are stored in the floating-point. |