jetbrains-academy / CppBasics

Learn fundamentals of C/C++ while developing simple arcade game
MIT License
3 stars 1 forks source link

official project License: MIT

C++ Basics

The course is designed for beginners who want to learn the basics of the C/C++ language.

The main goal of the course is to introduce the C++ language, its philosophy of zero-cost abstractions; its distinctive features compared to other languages, and, in particular, manual memory management, and its areas of use, such as high-performance applications, graphics, and system programming. After successfully completing this course, you will be able to read and write C++ code and develop your own programs of medium complexity.

During this course, you will be developing a simple 2D arcade game. In this game, the player controls a planet that moves through space, consuming smaller asteroids and dodging black holes. With each new topic covered, you will improve the game by implementing new functionality based on the concepts you have learned. In the end, you will get a working game, which you can further modify as you like.

Some of the topics covered in the course are listed below.

The released part of the course covers C++ basic programming primitives. Stay tuned for more parts of our course coming soon!

Technical requirements

Before starting this course, check the following requirements.

  1. Your computer needs to have a stable internet connection.
  2. Git version control system needs to be installed on your computer.
  3. Make sure that the path to the root folder of the course does not contain spaces, special characters, or non-latin characters.

The course is integrated into the CLion IDE, which has only a commercial license. You may request a trial license in order to complete the course. If you have already used your trial license before, please contact us at education@jetbrains.com.

Getting started

This course is available on JetBrains Marketplace and can be installed from the CLion directly, but you can also install the the EduPlugin, and open this course in course creator mode, create a course preview or
a course archive.

Course Content

The course is split into following modules, with each module covering specific topics and aspects of the C++ language.