Changes between Version 55 and Version 56 of dev
- Timestamp:
- Oct 7, 2008, 9:58:33 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev
v55 v56 87 87 '''Coding''': 88 88 * [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. 89 90 * [wiki:howto/STL Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful 90 91 * [wiki:PerformanceTips Performance] - Learn how to write fast code