Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 37 and Version 38 of code


Ignore:
Timestamp:
Sep 21, 2008, 8:52:19 PM (16 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code

    v37 v38  
    55=== Guides and Standards ===
    66 * [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.
    78 * [wiki:Error_handling Error handling] - What to do when facing a error situation?
    89 * [wiki:PerformanceTips Fast Code] - make fast and efficient code.