Reach out to this link for instructional Materials
-
https://github.com/federico-busato/Modern-CPP-Programming/
also this link for AUT CE department materials https://github.com/aut-ce/CE104-AP
I plan to make the output code of each series into the some standard type of the directory
- bin : the output of the project
- build : the build file
- doc : The project document
- include : public library
- src : private library
- test : there are the test samples
- It's better to have the same name of the class for the file name ;
- 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