News

Basically once you've put a using namespace std; in your header, and someone has included your header, there's no way to undo the using. This can reduce your options when a name conflict occurs.
Im trying to read from a file created by another program, but im not sure of the header format the programmer used. Is there any way to tell. Ive got the C++ code of a program that reads from the ...