Documentation for 692135b480

This commit is contained in:
github-actions
2021-10-19 01:04:05 +00:00
parent 043fd37800
commit 419f6e8f4e
99 changed files with 2721 additions and 2044 deletions

View File

@@ -96,14 +96,14 @@ $(document).ready(function(){initNavTree('dc/d64/md__coding_guidelines.html','..
<div class="textblock"><p >Please orient on this guide before you sent a pull request. <br />
</p>
<hr />
<h1><a class="anchor" id="autotoc_md12"></a>
<h1><a class="anchor" id="autotoc_md13"></a>
User-interface</h1>
<p >Please write a simple user interface for your programs. Not a blinking cursor! <br />
What does the program do? <br />
What want the program an user informations? <br />
</p>
<hr />
<h1><a class="anchor" id="autotoc_md14"></a>
<h1><a class="anchor" id="autotoc_md15"></a>
Code style conventions</h1>
<p >See <a href="https://users.ece.cmu.edu/~eno/coding/CppCodingStandard.html" target="_blank">here</a> <br />
Don't push all code in one line! <br />