View Single Post
Old 09-08-2007, 01:22 PM   #11 (permalink)
spinach-guy
Right Off the Assembly Line
 
Join Date: Jul 2007
Posts: 10
Default Re: C++:Adding two numbers

I am using bloodshed Cev C++ which i got from a Digit CD
Quote:
And what's with your second line: using namespace std;

It also of no use.
Without using this,i get error like cin,cout not defined...something like that

Quote:
No need to use cin.get(). That too for 2 times!!!
What's the exact use of this function.has it got something to do with user needing to press enter to continue??also what's the use of cin.ignore()??
spinach-guy is offline