Can all the computer programmers please read!!! I have a question for you.
man, if you're having trouble doing this stuff....you're gonna be struggling later. Get studying!! chop chop!!
btw, remember to line up your comments and use float, not int, since you're using decimals. Also for 5/9, either type cast (double)5/0 or do 5.0/9.0
btw, remember to line up your comments and use float, not int, since you're using decimals. Also for 5/9, either type cast (double)5/0 or do 5.0/9.0
Originally posted by mntony
All you (other) geeks out there forgot that iostream.h is deprecated and you need to change all the uses of "cout" to "std::cout", or add the line using std::cout; Come on, it's 2002!
All you (other) geeks out there forgot that iostream.h is deprecated and you need to change all the uses of "cout" to "std::cout", or add the line using std::cout; Come on, it's 2002!
s2ki.com::std::cout << "why is this here?"

Tim




