Changes between Version 66 and Version 67 of dev
- Timestamp:
- Mar 7, 2010, 12:49:33 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev
v66 v67 58 58 }}} 59 59 '''Coding''': 60 * [wiki:c++_styleguide Styleguide] - Please read an follow the Styleguide to create readable and useful code60 * [wiki:c++_styleguide Styleguide] - Please read and follow the Styleguide to create readable and useful code 61 61 * [wiki:Doxygen Commenting] your source code in a professional way is very important. 62 62 * [wiki:howto/STL Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful