The Daily C++
1.84K subscribers
10 photos
2 files
596 links
The best channel about C++ News!
Every day a lot of news!

Send your project/repo/guide/tutorial to @dailycppbot
Download Telegram
A really good website to learn Computer Graphics and make games
Even though above book doesn't teach C++ but what it does teach is patterns which are really helpful is creating and maintaining large codebases.
And these patterns are not exclusive to just game development.
Learn about how to implement a language in C++ using LLVM

#kaleidoscope

https://llvm.org/docs/tutorial/LangImpl01.html
A good guide on how to create an interpreter in C.
https://craftinginterpreters.com/a-bytecode-virtual-machine.html
Start with this section and then move onto the above
https://craftinginterpreters.com/welcome.html