CppCon 2016: Jason Turner “Rich Code for Tiny Computers: A Simple Commodore 64 Game in C++17”

— Presentation Slides, PDFs, Source Code and other presenter materials are available at: — The Commodore 64 was released in 1982 and is the best selling computer model of all time. At 34 years old, even the most simple embedded processor today outperforms it. Join me on an exploration of how C 17 techniques can be utilized to write expressive, high performance, high level code for simple computers. Together we will create a game for this aging system.
Back to Top