"C++ Object-Oriented Advanced Development" Part 1

1. Introduction to C++ Programming

What kind of foundation should you have

  • Have learned a certain programming language (C language is best)
    • Variables
    • 类型(types):int,float,char,struct. ⋅ ⋅ ⋅ \cdot\cdot\cdot
    • Scope
    • Loops
    • Process control

Guess you like

Origin blog.csdn.net/XZ2585458279/article/details/113407714
Recommended