Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 45 and Version 46 of code


Ignore:
Timestamp:
May 14, 2013, 3:00:35 PM (11 years ago)
Author:
smerkli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code

    v45 v46  
    44We advise you to read the following couple of pages, if you would like to start working with/on Orxonox:
    55
    6 === Guides and Standards ===
     6=== Tips, Guides and Standards ===
    77 * [wiki:codebasictips Coding tips] - Basic coding tips and helpful tools
    88 * [wiki:c++_styleguide Styleguide] - Writing consistent code according to a style definition.
     
    1010 * [wiki:Doxygen Documenting] - How to write documentation that can be read by Doxygen for HTML view.
    1111 * [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?
    1313 * [wiki:howto/STL Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful
    1414