User profile: mobotus

User info
User name:mobotus
History
Joined:
Number of posts:251
Latest posts:

data entry program help
getline on line 61 is causing your issue. You could change it to this. [code]cin.sync(); cout << "U...

Counter Controlled While Loop Error
Line 33 to [code]USBout.open(//FileName)[/code] http://www.cplusplus.com/reference/fstream/ifstream/...

how to store ONLY the 8th column of this txt file
http://stackoverflow.com/questions/5207550/in-c-is-there-a-way-to-go-to-a-specific-line-in-a-text-fi...

Struggling with Day of the Year Program
[quote]It prints July 4 to the console then January 4. Any clue as to what's happening here?[/quote]...

Struggling with Day of the Year Program
[quote]What does the following display? [code]DayOfYear * dayOfYear001 = new DayOfYear(1,1); dayOfYe...