Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.18 KB

My Second Semester Advanced Programming

Reach out to this link for instructional Materials

Some C++ documentation

To orginaze the project

I plan to make the output code of each series into the some standard type of the directory

  1. bin : the output of the project
  2. build : the build file
  3. doc : The project document

The Library

  1. include : public library
  2. src : private library
  3. test : there are the test samples
  • It's better to have the same name of the class for the file name ;

Coding Styles

  • Coding styles are common guidelines to improve the readability, maintainability,

prevent common errors, and make the code more uniform

• LLVM Coding Standards. llvm.org/docs/CodingStandards.html

• Google C++ Style Guide. google.github.io/styleguide/cppguide.html

• Webkit Coding Style. webkit.org/code-style-guidelines

• Mozilla Coding Style. firefox-source-docs.mozilla.org

• Chromium Coding Style. chromium.googlesource.com, c++-dos-and-donts.md