Type safe identifiers in C++
In many cases when writing an API, we need to express the concept of an identifier. In C++ there is a better, type-safe way to do identifiers.…
In many cases when writing an API, we need to express the concept of an identifier. In C++ there is a better, type-safe way to do identifiers.…
This is an mirror of a post from John Carmack. Recently I learned that his articles on #AltDevBlog are no longer acessible. So, in order to archive them, I am re-posting them here. These articles are definitely good reads and worth to be preserved. The most important thing I have…
So, this is an mirror of a post from John Carmack. Recently I learned that his articles on #AltDevBlog are no longer acessible. So, in order to archive them, I am re-posting them here. These articles are definitely good reads and worth to be preserved. Probably everyone reading this has…
I just found this little gem by watching this video by Jonathan Boccara Within it you will find the world map of STL algorithms. A handy thing to hang on your wall :-). You can get the map from the fluentcpp website. But if you don't fancy subscribing to a…
If you are programming with Qt, or even C++ in general, the KDE project has some advice for you. I found that I frequently stumbled in some of these issues when working with Qt code.…