Skip to content

awfulcode.io

Some blog about code

Category: C++

Inside the STL: the implementation of rotate

Clément 7 February 20198 February 2019 Leave a comment

Though you should (almost) never do that for a serious project, rolling your own STL is very interesting from an educational point of view. First, it will definitely improve your knowledge of how the language works.Second, without repeating the same …

Read more
C++ Programming

Immediate functions in C++20

Clément 26 January 201926 January 2019 Leave a comment

One of the accepted proposals for C++20 introduces immediate functions, that is, functions that are always evaluated at compile-time. This post will present these, by highlighting their differences with constexpr functions.

Read more
C++
Copyright © 2019 awfulcode.io.
Powered by WordPress. | Theme: colorskin by Dimitrakopoulos.