Explore >> Select a destination


You are here

www.cppstories.com
| | www.bfilipek.com
3.7 parsecs away

Travel
| | Let's put C++17 in practice! One of the good ways to do it is to take part in a coding challenge. So together with Jonathan Boccara from Fluent C++ we invite you to participate in "The Expressive C++17 coding challenge". The Expressive C++17 coding challenge Jonathan made a few contests on his blog (for example this one), and I thought it might be fun to do something similar for C++17.
| | tkdodo.eu
27.7 parsecs away

Travel
| | An outline of the questions I try to ask myself before adding new features
| | cppstories.com
3.5 parsecs away

Travel
| | The C++ Standard Library: A Tutorial and Reference (2nd Edition) by Nicolai M. Josuttis We are still waiting for some more books about new C++ standard. Fortunately for us, some authors managed to write books even before C++11 is well "domesticated". One of such examples is the book mentioned in the title of this post.
| | ugross.dev
89.5 parsecs away

Travel
| In this article, we are going to explore React lifecycle methods. As for me, if you want to work with the React this knowledge is crucial...