About the class
๐ป This course A course that lays the foundation for programming in C++It consists of
Practice the details of C++ firsthand through an overview of C++ and setting up and testing a development environment. Afterwards, you will understand and practice firsthand the concepts of variables, data types, auto, input methods/control structures/loops (while, do~while, for statements) /one-dimensional and two-dimensional arrays. Finally, you will understand and practice the concept of a function, the differences between declaration and implementation parts, the differences between call by value, call by reference, and default arguments. Also, after learning about each theory, you will have time to apply what you have understood through example exercises and comprehensive exercises.
Course effect
- You can go over the theory of the C++ language accurately.
- You can improve your skills by doing practical exercises based on the theory you have learned.
Recommended target
- Anyone who wants to learn the C++ language