User profile: TuiCall

User info
User name:TuiCall
History
Joined:
Number of posts:13
Latest posts:

getline function
Oh my bad,didn't see that.:)

c++ timers
Thank 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++ timers
Is this a good way to use timers in c++ for all platforms? or is there a better alternative, I ask t...