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 4: Line 4:
 
*FYE - the C++ standard namespace (std) [http://www-h.eng.cam.ac.uk/help/tpl/languages/C++/namespaces.html#Standard] (Peter Liu)
 
*FYE - the C++ standard namespace (std) [http://www-h.eng.cam.ac.uk/help/tpl/languages/C++/namespaces.html#Standard] (Peter Liu)
 
*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] (Peter Liu)
 
*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] (Peter Liu)
 +
*This thread contains Tips to make sure your code is cross-compatible [http://stackoverflow.com/questions/3451537/c-cross-platform-code] (Lucas Passarella)

Revision as of 18:43, 16 September 2012

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)