i am a programmer doing .net for long time. Now i would like to learn c++ and explore more in the programming world. I just started learing that and found this web site pretty cool. So thought of starting from here. You may see several questions from me going forward.
Now I had a question related to numerics.
How can we check the entered value from a console application is numeric or not?
i'm beginner in c++ too. i wanna askin' somethin':
if i wrote this kinda code is it will work?
1 2 3 4 5 6 7 8 9
//this is at the first time entry been entered into program, i count the time like //time like this
c = __TIME__;
//and after 5 minutes later:
d = __TIME__;
//and then i'm doin' :
e = d - c;