Difference between revisions of "C++/C Q & A on stackoverlfow"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
== Q&A List compiled from [http://stackoverflow.com/ stackoveflow]==
 
== Q&A List compiled from [http://stackoverflow.com/ stackoveflow]==
 
*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]
 +
*

Revision as of 21:01, 10 September 2012

Q&A List compiled from stackoveflow

  • How come there's no namespace specified before :: ? [1] (Peter Liu)
    • global namespace [2]