Using namespace precuation

Here goes…

The issue with “using namespace” is that because libraries are massive and you are potentially accessing multiple libraries that have the same name of functions in more than one library, there is a potential for VS to confuse your pre-namespaced function with one of a different library but a same or similarly named function…

Privacy & Terms