A. That's retarded.
B. cin.get()? That serves no purpose.
C. You're using a namespace you douche.
D. You use namespace std but don't use stdio, smart one.
ummm. yes im using a namespace because in the iostream.h file, the cout property line is named #use std:cout or something like that but stf:cout was there.
and cin.get is also something in that file. im just using a template from Dev-C++.
Notepad2 & MinGW/MSYS > Dev-C++ * 23712831982
Don't use namespaces, ever. Period. I don't care who tells you what, don't use them.
If you include iostream.h, then you don't need to do std::cout and std::endl, you can just use cout << endl; and it works. cin.get() is absolutely useless and evil, I demand you remove it immediately.