Hi All,
I understand that all the standard C++ libraries are under the namespace std. But if I write my own header file (say, myheader.h) and I want to keep the include declaration as <myheader> instead of <myheader.h>, what should I do? Am I supposed to include my header file in the namespace std or should I define my own namespace?
Thanks for any help!
PS: Sorry for the cross-post!
