Difference between revisions of "C/C++"

From HCL
Jump to: navigation, search
Line 1: Line 1:
 
== Coding ==
 
== Coding ==
* One-true-brace ident style is preferrable (http://en.wikipedia.org/wiki/Indent_style)
+
* [http://en.wikipedia.org/wiki/Indent_style#Variant:_1TBS One-true-brace ident style]
* Coding header files http://en.wikipedia.org/wiki/Pragma_once
+
* [http://en.wikipedia.org/wiki/Pragma_once Coding header files]
  
 
== General ==
 
== General ==
Line 8: Line 8:
  
 
== C++ ==
 
== C++ ==
* Mixing C/C++ http://developers.sun.com/solaris/articles/mixing.html
+
* [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

C++