Changeset 614 for library/doc/html/dev_guide2.html
- Timestamp:
- 09/13/09 23:14:58 (15 years ago)
- Files:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/dev_guide2.html
r608 r614 3 3 <head> 4 4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 5 <title>mixpp: Howto Use BDM</title>5 <title>mixpp: Howto Contribute to BDM - Advanced development</title> 6 6 <link href="tabs.css" rel="stylesheet" type="text/css"/> 7 7 <link href="doxygen.css" rel="stylesheet" type="text/css"/> … … 63 63 64 64 65 <h1><a class="anchor" id="user_guide">Howto Use BDM </a></h1><p></p> 66 <p><a class="el" href="memory_management.html">Memory Management in BDM</a> </p> 65 <h1><a class="anchor" id="dev_guide2">Howto Contribute to BDM - Advanced development </a></h1><p></p> 66 <p>Get familiar with the library structure: <a class="el" href="library_structure.html">Library structure</a></p> 67 <p>You should read and follow the coding styles: <a class="el" href="codingrules.html">Coding Rules (Mostly inherited from IT++)</a></p> 68 <p>Each contribution should come with elementary test of its functionality: <a class="el" href="unit_testing.html">Unit testing of BDM</a></p> 69 <p>C++ is greatly flexible language which allows many tricks with memory management. For compatibility and ease of debugging, please follow guidelines given at: <a class="el" href="memory_management.html">Memory Management in BDM</a> </p> 67 70 </div> 68 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 8 22:11:322009 for mixpp by 71 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 22:40:40 2009 for mixpp by 69 72 <a href="http://www.doxygen.org/index.html"> 70 73 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>