C++Basics
Create your first game learning C++—no experience needed, full guidance, all in a pro IDE.
About this course
This beginner-friendly course helps you start writing C++ with confidence. Each lesson offers clear, step-by-step guidance and hands-on practice in a professional IDE tailored for learners.
You’ll learn to write and organize multi-file programs from scratch while exploring C++’s unique features: manual memory management, pointers, references, and low-level control.
Along the way, you’ll build a simple 2D arcade game, a practical project to reinforce your skills and experience how C++ powers real-world applications.
Your result: a solid foundation in modern C++ and the skills to move into systems programming, game development, or performance-critical software.
This course runs directly in your JetBrains IDE
Content
- First program
- On types of variables in C++
- Start the Game
- Move an Object
- Giving Direction
- Draw a Line
- Running in a Loop
- Hunting Bugs
- Play Around
- Pointers
- Swap
- Null pointer
- Pointer Arithmetics
- Arrays memory layout
- Function pointers
- Static memory
- Stack memory
- Dynamic memory
- Copy array
- Memory errors
- Doubly linked list
- const keyword
- Mutable or immutable
- References
- Swap again
- Passing arguments
- C and C++ styles
- C style type casts
- Choose valid type cast
- C style strings
- C style strings concatenation
- C style strings splitting
Learn with the tools developers use every day
What do you need to start?
The JetBrains Toolbox App 2.7+ makes setting up your course effortless. Already have a compatible IDE? It will launch it. If not, the app will install the right free IDE for your course.
Learn more about our licences here.
Click Launch course and then Allow to open the Toolbox App.
Select Always Allow to skip this confirmation in the future.
To return to the course later, find it in your IDE's recent projects.
Need more help? Check out our guide.
The JetBrains Toolbox App 2.7+ makes setting up your course effortless. Already have a compatible IDE? It will launch it. If not, the app will install the right free IDE for your course.
Learn more about our licences here.
Click Launch course and then Allow to open the Toolbox App.
Select Always Allow to skip this confirmation in the future.
To return to the course later, find it in your IDE's recent projects.
Need more help? Check out our guide.
FAQ and troubleshooting
Yes, you will need the JetBrains Toolbox App and a JetBrains IDE.
But don’t worry! Just click the Open course button and then select Allow in the resultant popup to install the JetBrains Toolbox App. We've taken care of all the necessary settings, and the app will handle the rest of the setup for you.
The JetBrains Toolbox App checks which IDE is compatible with your course and whether it is installed on your computer. If you have the necessary IDE installed, the app will open it. If not, JetBrains Toolbox will initiate the installation, prioritizing free community editions.
Yes, the JetBrains Toolbox App is essential even if you already have a JetBrains IDE. It automatically prepares your IDE for studying by installing the essential plugins and updating the IDE if necessary.
Please make sure your version of the JetBrains Toolbox App is 2.6 or newer. To update, open the app and click Update Toolbox App to 2.6.x., or download the latest version here.
There might be an issue with the settings. To resolve this issue, follow these steps:
- Go to Settings | Advanced Settings.
- Ensure that Use the ReSharper C++ language engine (CLion Nova) is disabled.
- If it is enabled, disable it and restart your IDE.
These steps should help launch the tests successfully.