Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 55 and Version 56 of dev


Ignore:
Timestamp:
Oct 7, 2008, 9:58:33 PM (16 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev

    v55 v56  
    8787'''Coding''':
    8888 * [wiki:c++_styleguide Styleguide] - Please read an follow the Styleguide to create readable and useful code
     89 * [wiki:Doxygen Commenting] your source code in a professional way is very important.
    8990 * [wiki:howto/STL Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful
    9091 * [wiki:PerformanceTips Performance] - Learn how to write fast code