I am following learncpp to learn c and cpp language.
- write a summary of c++ primary
- reference: https://en.cppreference.com/
- tutorial: https://www.learncpp.com/
- Structure and Interpretation of Computer Programs: https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book.html (should take a look at this book whatever language you are learning)
- Stanford CS 106L lectures: http://web.stanford.edu/class/cs106l/lectures.html
date | Section | Content | |
---|---|---|---|
2021/05/06 | C++ Primer: 1.1 - 1.3 | 1.1 A return value of 0 indicates success. A nonzero return has a meaning that is defined by the system. 1.2 Using Names from the Standard Library, std::cin 1.3 two kinds of comments cannot be nested |