Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 66 and Version 67 of dev


Ignore:
Timestamp:
Mar 7, 2010, 12:49:33 AM (14 years ago)
Author:
decapitb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev

    v66 v67  
    5858}}}
    5959'''Coding''':
    60  * [wiki:c++_styleguide Styleguide] - Please read an follow the Styleguide to create readable and useful code
     60 * [wiki:c++_styleguide Styleguide] - Please read and follow the Styleguide to create readable and useful code
    6161 * [wiki:Doxygen Commenting] your source code in a professional way is very important.
    6262 * [wiki:howto/STL Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful