Difference between revisions of "C/C++"
From HCL
					
										
					
					| Line 1: | Line 1: | ||
| == Coding == | == Coding == | ||
| − | *  | + | * [http://en.wikipedia.org/wiki/Indent_style#Variant:_1TBS One-true-brace ident style] | 
| − | *  | + | * [http://en.wikipedia.org/wiki/Pragma_once Coding header files] | 
| == General == | == General == | ||
| Line 8: | Line 8: | ||
| == C++ == | == C++ == | ||
| − | *  | + | * [http://developers.sun.com/solaris/articles/mixing.html Mixing C/C++] | 
| * [http://en.wikipedia.org/wiki/Template_metaprogramming Template C++] | * [http://en.wikipedia.org/wiki/Template_metaprogramming Template C++] | ||
Revision as of 15:29, 26 January 2010
Coding
General
- Don't use non-standard functions, like itoa
- Shared libraries and Dynamic loading
