Original Post
I''m after the zen of using namespaces. Furing my formative time in learning c++, someone online disuaded me from ''using namespace std'', and, prefer using the fully qualified namepsace std::string boost::tokenizer, etc.
Can anyone think of the pro''s \ con''s of doing this vs just prepending each file with :
using namespace std;
using namespace boost;
using namespace MyLib;
etc
Thoughts?
Chris Brodie
http:\\fourth.flipcode.com