Changes between Version 37 and Version 38 of code
- Timestamp:
- Sep 21, 2008, 8:52:19 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code
v37 v38 5 5 === Guides and Standards === 6 6 * [wiki:c++_styleguide Style Sheet] - Writing consistent code according to a style definition. 7 * [wiki:Doxygen Documenting] - How to write documentation that can be read by Doxygen for HTML view. 7 8 * [wiki:Error_handling Error handling] - What to do when facing a error situation? 8 9 * [wiki:PerformanceTips Fast Code] - make fast and efficient code.