C++
Understand what C++ is and why it is used. Use cout to print text and cin for user input. Create and use variables with different data types. Use if statements and loops like for and while. Write functions and use arrays. Work with C++ strings. Understand basic object-oriented concepts like classes and objects. Identify errors and debug your code. Write and run C++ programs.
computer