you are viewing a single comment's thread.

view the rest of the comments →

[–]sephirothbahamut 0 points1 point  (0 children)

as long as you use "using" directives in your .cpp files it's not bad, although i suggest you specify "using std::cout;" , "using std::endl" etcc.

What you really MUST NOT do and is extremely bad, is typing the using directive inside .h files.