C++ Basics | C++ For Java Devs Ep. 0
Join the Discord: https://discord.gg/4tHeAkxNg7
In this episode I describe what this series will go over. I explain that I assume you are familiar with several different programming concepts (if you are familiar with C# or Java, you should be good), then I discuss installing MSVC, coding your first C++ program, compiling/linking your first C++ program from the command line, common IO functions in C/C++, basic C/C++ language features, a challenge, and a few compiler options.
Series Plan
———–
Part 1: Compiling on Windows/Linux/MacOS
Part 2: Headers & Linking
Part 3: Preprocessor Directives
Part 4: Make, CMake, Premake, and other build systems
Part 5: Structures/Namespaces
Part 6: Pointers
Part 7: References
Part 8: Memory Management
Part 9: Static Keyword
Part 10: Typedef, Using and Function Pointers
———————————————————————
Website: https://ambrosiogabe.github.io/
Github: https://github.com/ambrosiogabe
Here are some books I recommend if you want to learn about game engine development more thoroughly. I do not profit off any of these sales, these are just some books that have helped me out 🙂
My Recommended Game Engine Books:
Game Engine Architecture: https://www.gameenginebook.com/
Game Physics Cookbook (Read this before the next physics book): https://www.amazon.com/Game-Physics-Cookbook-Gabor-Szauer/dp/1787123669
Game Physics (Ian Millington): https://www.amazon.com/Game-Physics-Engine-Development-Commercial-Grade/dp/0123819768
Game Programming Patterns (Free): https://gameprogrammingpatterns.com/
My Recommended Beginning Game Programming Books:
JavaScript Game Design: https://www.apress.com/gp/book/9781430247166
My Recommended Java Books:
Data Structures/Algorithms: https://www.amazon.com/Data-Structures-Algorithms-Java-6th-ebook/dp/B00JDRQF8C
LWJGL (Free, but I haven’t read this thoroughly): https://lwjglgamedev.gitbooks.io/3d-game-development-with-lwjgl/content/
by GamesWithGabe
linux foundation