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()??