If you're looking for a curriculum to prepare you for a job as a C++ developer, or maybe your ambition is to develop your own indie games, then this course is for you.
If you're looking for a curriculum to prepare you for a job as a C++ developer, or maybe your ambition is to develop your own indie games, then this course is for you.
Intermediate C++ topics such as object oriented programming, pointers, inheritance and templates can be intimidating to some students, but I use simple examples, summaries, exercises and step by step illustrations throughout.
Learning C++ concepts in isolation by writing simple console applications is not enough - you must learn to use intermediate features in combination.
Through Unreal Engine project examples, I explain where specific language features are useful in a real world project. This will give you a much deeper understanding of those language features and not just how to use them, but why they are important to learn and remember and where they will be useful.
What will I learn?
Following the foundational modules, C++101 and C++102, you will learn to use intermediate C++ features in combination by programming game logic in Unreal Engine.
Module C++101 (fundamentals):
In this module we explore variables and variable types (an understanding of types is very important in C++).
I introduce Conditional Statements and Logical Operators (how to write decision-making logic).
Iteration statements such as the while() loop and the for() loop allow us to write logic that executes repeatedly - and we have many ways to control the looping/repetition.
Arrays (containers of variables).
Functions, debugging fundamentals, and Visual Studio tips & tricks to speed up your workflow.
Module C++102:
Object Oriented Programming: Structs, Classes, Inheritance and Polymorphism.
Pointers and References are covered in detail.
Characters are covered detail, and I also introduce the standard string class.
Debugging and Visual Studio tips & tricks.
This module also includes intermediate lessons on Templates, Smart Pointers, Callables and more.
C++ Standards Covered:
C++98
C++11
C++14
C++17
The course also includes lectures on C language features that are used (or can be used) in C++.
C++20 lessons are planned for a future release - the standard is not widely adopted yet.
More lessons are planned for this course, including the STL, exception handling, and many more.
For the Unreal Engine 5 content, I begin by introducing the fundamentals of the engine, followed by a simple C++ project where we will apply those fundamentals and also learn a few new things along the way.
Whether you have no programming experience, or are already familiar with a programming language and want to learn how to code game logic in Unreal Engine 5 with C++, this course is for you.
What you will learn:
The Visual Start Menu and how to organize the solutions that it displays.
How to manage the windows within Visual Studio, such as the Solution Explorer - auto hide, dock, etc.
Basic Visual Studio window layout and toolbar customization.
Topics covered in this lecture...
Selection & Caret Navigation.
Character Insertion and Overwriting.
Insert and Overtype.
The Clipboard Ring.
Auto List Members.
Tool Options.
Indentation and Formatting.
Outlining.
List members.
Surround With.
Insert Snippet.
Find and Replace.
This lecture introduces the debugging tools and features in Visual Studio, including...
How to set Breakpoints to pause debugger execution.
Step into, step over, and step out.
Run to Click
Disable Breakpoints (without deleting them).
Run to Cursor.
Inspect Variables with DataTips
Autos, Locals and Watch Windows.
The Call Stack.
Breakpoint Conditions.
Function Breakpoints.
The Breakpoints Window.
In this video I talk about different keyboard configurations that you should take into consideration for your next upgrade.
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.