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

From CDOT Wiki
Jump to: navigation, search
(Q&A List compiled from stackoveflow)
(Q&A List compiled from stackoveflow)
Line 3: Line 3:
 
** 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]
 
* the C++ standard namespace (std) [http://www-h.eng.cam.ac.uk/help/tpl/languages/C++/namespaces.html#Standard]
 +
*What does it mean for a char to be signed? [http://stackoverflow.com/questions/451375/what-does-it-mean-for-a-char-to-be-signed]

Revision as of 15:57, 16 September 2012

Q&A List compiled from stackoveflow

  • How come there's no namespace specified before :: ? [1] (Peter Liu)
    • global namespace [2]
  • the C++ standard namespace (std) [3]
  • What does it mean for a char to be signed? [4]