Coding Standard
From ScorecWiki
(Difference between revisions)
Revision as of 20:20, 19 August 2010 Weisse (Talk | contribs) (→C/C++) ← Previous diff |
Revision as of 15:38, 25 August 2010 Weisse (Talk | contribs) (→C/C++) Next diff → |
||
Line 22: | Line 22: | ||
* [[Formatting Cplusplus]] | * [[Formatting Cplusplus]] | ||
* [[Scoping]] | * [[Scoping]] | ||
+ | * [[Conditional Compilation]] | ||
== Testing Code == | == Testing Code == |
Revision as of 15:38, 25 August 2010
Contents |
General concepts
- Code components and list of SCOREC codes
- SCOREC Project management and organization
- Providing SCOREC code to the outside world
Managing Code
Writing Code
C/C++
Testing Code
References
- http://geosoft.no/development/cppstyle.html
- "Google Coding Standard":http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
- "Programming in C++, Rules and Recommendations":http://www.doc.ic.ac.uk/lab/cplus/c++.rules/
- http://www.answers.com/topic/spaghetti-code
- http://www.kernel.org/doc/Documentation/CodingStyle