A 8-Year-Old’s C++ Learning Notes (1)

This is a record of the learning experiences of an 8-year-old third grader who has just started learning C++. I hope to keep this record going. Please encourage me.

Introduction to C++

1. Introduction to Programming Concepts

C++ is a programming language. When we talk about programming, there are many programming languages we commonly use, such as Python and Scratch.

So, what does programming language actually mean?

In simple terms, a programming language is a way of programming. For example, Python is a programming language that uses code to achieve your desired goals. It is similar to C++, as both use code for programming, but the syntax is different.

Among all programming languages, C++ is the most feature-rich programming language.

2. What Can C++ Do for Us?

Speaking of C++, what can it do for us?

For example, it can be used to solve math problems, create games, and develop software.

3. What Are the Benefits of Learning C++?

The C++ language can first provide us with a new way of thinking, allowing us to use programming concepts to solve real-world problems.

Additionally, mastering C++ can enable us to participate in informatics competitions. If we perform well in these competitions, we can gain admission to good high schools and universities.

Summary of This Lesson (Mind Map)

  • Programming Languages
    • Scratch

    • Python
    • C++
  • Introduction to C++
    • What Can It Do for Us
    • Math Problems
    • Games
    • SoftwareWhat Are the Benefits
  • Real-World Problems
  • Competitions

Leave a Comment