F
Fenton.Barns
I want to wrap a class in a namespace. I've enclosed my class
declaration in a namespace but was wondering what to do in the
implementation file. Should I enclose everything in the same namespace
or should I just add: using namespace foo at the top of my
implementation file? Both appproaches work but I was wondering whether
there are any advantages of using one method over another.
Fenton.
declaration in a namespace but was wondering what to do in the
implementation file. Should I enclose everything in the same namespace
or should I just add: using namespace foo at the top of my
implementation file? Both appproaches work but I was wondering whether
there are any advantages of using one method over another.
Fenton.