Changes between Version 45 and Version 46 of code
- Timestamp:
- May 14, 2013, 3:00:35 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code
v45 v46 4 4 We advise you to read the following couple of pages, if you would like to start working with/on Orxonox: 5 5 6 === Guides and Standards ===6 === Tips, Guides and Standards === 7 7 * [wiki:codebasictips Coding tips] - Basic coding tips and helpful tools 8 8 * [wiki:c++_styleguide Styleguide] - Writing consistent code according to a style definition. … … 10 10 * [wiki:Doxygen Documenting] - How to write documentation that can be read by Doxygen for HTML view. 11 11 * [wiki:Debugging] - How to go about debugging your code 12 * [wiki:Error_handling Error handling] - What to do when facing a error situation?12 * [wiki:Error_handling Error handling] - What to do when facing an error situation? 13 13 * [wiki:howto/STL Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful 14 14