You are here |
cppstories.com | ||
| | | |
www.cppstories.com
|
|
| | | | In May 2017 we got one more book about Modern C++! A Few weeks ago I got a copy from Packt Publishing, and today I'd like to write a few words about the book. In short: it's a very good book! :) But let's see what's inside... The Book < a href="http://amzn. | |
| | | |
www.cppstories.com
|
|
| | | | Mister C was a cool guy. C could make amazing things with just ordinary text files. He used to grab bunch of them and produce magic binary forms. He could make aspinningcube, web server, or even an operating system. One time he was running through a plain header file. | |
| | | |
www.cppstories.com
|
|
| | | | Particle systems are awesome! Not only can you create amazing effects, but you can also optimize code and push even more and more pixels to the screen. This post series will cover how to design a flexible particle system and apply a bunch of optimizations to run it faster. Flexible means that it can be used in real applications and for a variety of graphics effects. | |
| | | |
www.cppstories.com
|
|
| | While 2020 was a crazy and hard year we were fortunate - C++20 was accepted and published, and the work on new features continues. As usually every year, here's my overview of the year: the standardization process, features, implementation, compilers, tools, books and more. Other Reports: 2020 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012. |