Getting Inspired by Good Code
One way to write better code is… to read lots of great code! But where to find good code?
In this week’s video, I detail how this technique works and several places easy to access to find good C++ to take inspiration of.
And yes, you are going to see videos popping up on Fluent C++! They come from the brand-new Fluent C++ Youtube channel. The videos are planned to take a growing proportion of the contents coming out on Fluent C++, until they reach a 1-1 parity with the written contents. The mid-term objective is to have one video and one written article published every week.
But you need to know that this video is… my first video, ever!
So, could you please tell me what you DON’T like in it? Your feedback will help me produce better videos for you as soon as possible. Thanks!!
Here are the links of the resources pointed to in the video:
- The STL Learning Resource
- The Boost libraries
- The Boost C++ Libraries by Boris Schäling
- The C++ Subreddit
- CppCast
- The C++ 17 standard (or at least a draft which is almost the same except editorial fixes) and its browsable online version. The latest version of the draft and its browsable version.
- Bartek’s blog post about C++17 features, including a link to download a cheatsheet
- Eric Niebler’s range-v3 library (see also the Ranges TS for adding ranges to the C++ standard library)
Share this post!