hot_cpp's profile picture. Blog about modern C++ #cpp #cpp11 #cpp14 #cpp17 and so on. Run by @oliora

Hot C++

@hot_cpp

Blog about modern C++ #cpp #cpp11 #cpp14 #cpp17 and so on. Run by @oliora

Hot C++ reposted

Three online services for testing different aspects of C++ and C++ compilers. akrzemi1.wordpress.com/2018/05/09/tes… #cpp


Hot C++ reposted

C++ Discovery of the day: delegating to the default constructor allows resource-acquiring constructors to rely on the class destructor for clean up, rather than writing an exception path. e.g.: (simplified!) vector(Iter b, iter e) : vector{} { while(b != e) emplace_back(*b++); }


Hot C++ reposted

Today the Standard C++ Foundation opened its first-ever global C++ developer survey. As the name suggests, it’s... fb.me/3DQqhLDUz


Hot C++ reposted

MSVC’s STL is now 5 features away from C++17 completeness, after @CoderCasey implemented memory_resource.


Hot C++ reposted

Meeting C++ 2017 trip report by Mathieu Ropert mropert.github.io/2017/11/15/mee… #cpp #cplusplus


Hot C++ reposted

Implementing the spaceship operator for optional medium.com/@barryrevzin/i… #cpp #cplusplus


Hot C++ reposted

The design of the proposal to extend <chrono> to calendars and time zones has been approved by the Library Evolution Working Group in Albuquerque and is moving forward towards C++20 open-std.org/jtc1/sc22/wg21…


Hot C++ reposted

How do you use single-file, header-only libraries (e.g. Catch, stb) in you projects?


United States Trends

Loading...

Something went wrong.


Something went wrong.