Free and Unrestricted Access
21,869 Reviews
No previous programming experience is needed - we start from the basics.
We start from first principles, and build our knowledge step-by-step to create complete applications.
No copying-and-pasting code in this course.
We explain every line of code we're using, so you understand exactly what is happening.
Everything we create is organised and implemented using modern, professional practices.
This means the techniques we learn are usable in large, professional projects.
We don't just explain what we're doing, but also why.
This builds transferrable skills, so you can take what you've learnt and apply them to your own projects.
Getting our machines set up for C++ development, and introducing the fundamental building blocks of programming - variables.
Discover how we can package our code into reusable functions that we can easily call. Then, learn how we can use conditionals and loops to control the flow of our program.
Classes and structs are the fundamental feature of object oriented programming. In this chapter, we will see how we can set them up, and how we can use them to create the custom types our program needs.
See how we can use inheritance to organise our classes into a hierarchy, unlocking a massive range of possibilities for building more complex software
An introduction to working with memory, and how we represent memory locations using references and pointers
An introduction to polymorphism - the key tool that let us build more complex programs whilst keeping our code simple.
Go deeper on what is happening when we build our software. Learn how we can use the preprocessor to automatically modify our source code before it is compiled, and how the linker connects our program together.
Discover additional methods and techniques to keep our data and code organised.
Learn how to store collections of objects, and take control of how memory is managed
Techniques to simplify our code, making it easier to understand and maintain
A collection of lessons covering a variety of topics worth learning as a beginner
Continue your progress in this course with the following lessons. These are recommended for you based on your progress: