Quick Tip: It’s Time to Avoid the Frustration of Single Return Types in C++
When designing a new API one of the things I put a lot of thought into is how the user…
Read ArticleWhen designing a new API one of the things I put a lot of thought into is how the user…
Read ArticleC++17 introduced a language feature called "structured bindings" which can make your life a lot easier when dealing with accessing…
Read Article