getline functionOh my bad,didn't see that.:)
c++ timersThank you for your reply that helped allot concerning the use of time functions in c++. And yes my r...
Question on classes pass my_product argument as a reference,that should solve your problem. change everything that is Pr...
File IO, Fahrenheit conversion change line 9 to [code] ifstream input_file("fahrenheit.txt");[/code] change line 10 to [code]ofstre...
c++ timersIs this a good way to use timers in c++ for all platforms? or is there a better alternative, I ask t...