| 61 | All informations about how to write code for Orxonox |
| 62 | {{{ |
| 63 | #!html |
| 64 | <hr style="margin:0px;"> |
| 65 | }}} |
| 66 | '''Documentation''': |
| 67 | * [wiki:ModulesDescription Modules] - Get an overview of our Framework |
| 68 | * [wiki:Documentation] - A documentation of all our libraries and classes |
| 69 | * [doxygen:index.html API Reference] - An automatically generated reference of classes, functions, macros and other stuff |
| 70 | * [wiki:HowTo_coding HowTo] - This page covers several topics and explains how to do things |
| 71 | * [wiki:FAQ_coding FAQ] - Check out the FAQ to get answers on frequent questions |
| 72 | |
| 73 | {{{ |
| 74 | #!html |
| 75 | <hr style="margin:0px;"> |
| 76 | }}} |
| 77 | '''Coding''': |
| 78 | * [wiki:c++_styleguide Styleguide] - Please read an follow the Styleguide to create readable and useful code |
| 79 | * [http://www.cplusplus.com/reference/ Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful |
| 80 | * [wiki:PerformanceTips Performance] - Learn how to write fast code |
| 81 | |
| 82 | {{{ |
| 83 | #!html |
| 84 | <hr style="margin:0px;"> |
| 85 | }}} |
| 86 | '''Tools''': |
| 87 | * [wiki:SVN] - Our revision control tool. You should know how to use it |
| 88 | * [wiki:CMake] - Our build tool (forget about makefiles) |
| 89 | * [wiki:LinuxCodingTools Other Tools] - This is a list of other development tools, maybe you find them useful |
| 90 | |
| 91 | ---- |