Difference between revisions of "C/C++"

From HCL
Jump to: navigation, search
(New page: * One-true-brace ident style is preferrable (http://en.wikipedia.org/wiki/Indent_style) * Header files http://en.wikipedia.org/wiki/Pragma_once * Mixing C/C++ http://developers.sun.com/sol...)
 
Line 2: Line 2:
 
* Header files http://en.wikipedia.org/wiki/Pragma_once
 
* Header files http://en.wikipedia.org/wiki/Pragma_once
 
* Mixing C/C++ http://developers.sun.com/solaris/articles/mixing.html
 
* Mixing C/C++ http://developers.sun.com/solaris/articles/mixing.html
* Don't use non-standatd functions, like [http://en.wikipedia.org/wiki/Itoa|itoa]
+
* Don't use non-standatd functions, like [http://en.wikipedia.org/wiki/Itoa itoa]

Revision as of 15:57, 11 December 2009