My C++ study notes directory

It is used here to record the general catalog of the notes I recorded during the process of learning C++, so that I can sort out and review and consolidate the knowledge points.

chapter name brief introduction
1. First knowledge of C++ Create projects, write code, run examples, comments, variables, constants, keywords, identifier naming rules
2. Data type Integer type, sizeof keyword, floating point type, character type, escape character, string type, Boolean type bool, data input
3. Operators Arithmetic Operators, Assignment Operators, Comparison Operators, Logical Operators

To be added

Guess you like

Origin blog.csdn.net/qq_44828121/article/details/129496308
Recommended