Explore >> Select a destination


You are here

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

Travel
| | 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.
| | bettythomasonowens.com
11.5 parsecs away

Travel
| | 1 post published by Betty Owens on September 16, 2014
| | www.cppstories.com
1.9 parsecs away

Travel
| | C++11 conformance GCC 4.81 - 100% Clang 3.3 - 100% Intel 14.0 - 84% Visual C++ 2013 - 66% Another year is almost over so it is a good time to check what is going on with C++. This time more stats and real data compared to my post from the previous year.
| | www.cppstories.com
68.3 parsecs away

Travel
| From dynamic container operations to compile-time constants, C++ offers a variety of techniques (as in this famous Meme :)). In this article, we'll delve into advanced initialization methods likereserve() and emplace_backfor containers to tuples with piecewise_construct and forward_as_tuple. Thanks to those techniques, we can reduce the number of temporary objects and create variables more efficiently.