Build Your First C++ Game in Unreal Engine 5
Do you want to learn C++ programming for game development? Join this course today. C++ is a powerful, fast language perfect for the speed required for video games.
C++ is more complex to learn than a language like Python or Java. That’s why we designed this course to make it easy to learn the fundamentals of C++.
Join this hands-on course to build your first FPS game with C++ and the popular Unreal game engine.
- Code in C++ from scratch
- Build a first person shooter game in Unreal
- Control game logic with C++
- Build a user interface
- Control user interface with C++
Your Instructor
Alexandra Kropf is Mammoth Interactive's CLO and a software developer with extensive experience in full-stack web development, app development and game development. She has helped produce courses for Mammoth Interactive since 2016, including the Coding Interview series in Java, JavaScript, C++, C#, Python and Swift.
Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more.
Over 12 years, Mammoth Interactive has built a global student community with 4 million courses sold. Mammoth Interactive has released over 350 courses and 3,500 hours of video content.
Founder and CEO John Bura has been programming since 1997 and teaching
since 2002. John has created top-selling applications for iOS, Xbox and
more. John also runs SaaS company Devonian Apps, building
efficiency-minded software for technology workers like you.
Course Curriculum
-
Start00 Build A New Console Application (6:39)
-
Start01 Build Variables To Store Data (9:49)
-
Start02 Build Functions To Perform Tasks (9:16)
-
Start03 Build Functions With Parameters (6:34)
-
Start04 Build Functions That Return Values (5:35)
-
Start05 Build Conditionals To Separate Code Flow (9:22)
-
StartSource Files