Link to home
Start Free TrialLog in
Avatar of mhho
mhho

asked on

"using namespace std;"

Do you know if it is a standard practice to implement "using std::cout;" and
other shortened "using" statements to reduce overhead in a program? I'm
wondering what the benefit of using one of your examples would be over
"using namespace std;" . Is there a savings in memory or something that is
significant enough to cause a programmer to not use the entire namespace
list?
ASKER CERTIFIED SOLUTION
Avatar of Jase-Coder
Jase-Coder

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial