C++/C Q & A on stackoverlfow

From CDOT Wiki
Revision as of 15:58, 16 September 2012 by Peter.liu (talk | contribs) (Q&A List compiled from stackoveflow)
Jump to: navigation, search

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] (Peter Liu)
  • What does it mean for a char to be signed? [4] (Peter Liu)