Difference between revisions of "C/C++"
From HCL
(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 | + | * Don't use non-standatd functions, like [http://en.wikipedia.org/wiki/Itoa itoa] |
Revision as of 14:57, 11 December 2009
- 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/solaris/articles/mixing.html
- Don't use non-standatd functions, like itoa