Open main menu

CDOT Wiki β

C++/C Q & A on stackoverlfow

Revision as of 18:43, 16 September 2012 by Lucas Gregory Passarella (talk | contribs) (Q&A List compiled from stackoveflow)

Q&A List compiled from stackoveflow

  • How come there's no namespace specified before :: ? [1] (Peter Liu)
    • global namespace [2]
  • FYE - the C++ standard namespace (std) [3] (Peter Liu)
  • What does it mean for a char to be signed? [4] (Peter Liu)
  • This thread contains Tips to make sure your code is cross-compatible [5] (Lucas Passarella)