C++

1 min. read

C++

Introduction to C++

C++ Game Engines and Libraries

  • SFML

Pointers

https://www.youtube.com/watch?v=iChalAKXffs

Compiler
Takes text (source code), and transforms it into an obj file

Linker
Links together the object files to produce an executable file (exe, apk, ipa, .app)

Run time.

C++ Lifetime:
Compile time
Link time
Runtime

Tools

Bare minimum
Text Editor
Compiler
Linker

Compiler
GCC
Clang

References

Forbidden C++

Videos: https://www.youtube.com/watch?v=Rub-JsjMhWY

https://app.pluralsight.com/paths/skill/c-plus-plus

C++

C++ Easy Mode – Getting Started with C++ (Using VCPKG)
https://www.youtube.com/watch?v=iZeK3Ie5Fz0

https://docs.microsoft.com/en-us/cpp/build/vcpkg?view=vs-2019

C++ Website:
https://isocpp.org/

https://isocpp.org/get-started