BlogC++static, inline, or an unnamed namespace what's the differenceToday's post teaches the difference between a function declared static, inline, or in an unnamed namespace. "What of these should I use when?" is a question that occasionally [...]C++C++ Insights Vim plugin availableGreat news for all VIM lovers FreedWu developed a Vim plugin to use C++ Insights in your favorite editor. The plugin is available on GitHub: github.com/Freed-Wu/cppinsights.vim. [...]C++Equality of a string class that is only instantiable at compile-timeToday's post continues with last month's post A string class that is only instantiable at compile-time. [...]C++A string class that is only instantiable at compile-timeDo you know this, sometimes you have a class that should only be instantiable at compile-time? By that, you can build several assumptions on such a class. For example, that the [...]C++Use your programming languageIn today's post, you will learn about what that language part of programming language means. [...]C++5 Things you and your C++ team can Do DifferentlyIn the past months, I received requests from clients like: [...]ConferenceCppCon C++20’s Coroutines for Beginners - Video is availableThe video of my first talk from CppCon 2022 is available on Youtube: [...]C++C++17's CTAD a sometimes underrated featureIn today's post, I'd like to look at C++17's Class Template Argument Deduction (CTAD) feature and see how it changes our code. [...]C++Use namespacesToday's post is motivated by some past discussion that came up during standardization. The renaming of two views back to their originally proposed names P2501R0. One was a rename [...]PublicationsCode formatting for a programming bookAs you might know, I've published a book about C++20 called Programming with C++20. In the course of writing this book, several topics have been raised, which I like to share here [...]Posts navigation〈 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 〉