Fundamentals of C++
Difficulty: Beginner
Duration: 2 minutes and 15 seconds
Students: 420
Rating: 4.7/5
This lesson provides you with a solid understanding of the fundamentals of C++. We will take a look at the components of the programming language and then put these into practice through a couple of projects that we will run through at the end of the lesson.
Learning Objectives
- Learn how to store different types of data in main memory
- Understand how to manipulate and perform operations on that data, including performing arithmetic on numbers
- Understand how programs make decisions
- Learn how you can write your programs to communicate with users
Intended Audience
- Beginner coders, new to C++
- Developers looking to upskill by adding C++ to their CV
- Experienced C++ programmers who want to stay sharp!
- College students and anyone studying C++
Prerequisites
This is a beginner-level lesson and so no prior knowledge of C++ is necessary.
Covered Topics