Difference between revisions of "C++/C Q & A on stackoverlfow"
(→Q&A List compiled from stackoveflow) |
|||
Line 2: | Line 2: | ||
*How come there's no namespace specified before :: ? [http://stackoverflow.com/questions/5966647/c-namespace-question] (Peter Liu) | *How come there's no namespace specified before :: ? [http://stackoverflow.com/questions/5966647/c-namespace-question] (Peter Liu) | ||
** global namespace [http://stackoverflow.com/questions/10269012/global-scope-vs-global-namespace] | ** global namespace [http://stackoverflow.com/questions/10269012/global-scope-vs-global-namespace] | ||
− | * | + | * the C++ standard namespace (std) [http://www-h.eng.cam.ac.uk/help/tpl/languages/C++/namespaces.html#Standard] |