You are here |
artificial-mind.net | ||
| | | |
brevzin.github.io
|
|
| | | | One of the reasons that I'm excited for Reflection in C++ is that it can permit you to implement, as a library, many things that previously required language features. In this post, I'm going to walk through implementing P2786R8 ("Trivial Relocatability For C++26"). | |
| | | |
hellocplusplus.com
|
|
| | | | Learn the basics of C++ move semantics and how to use this language feature. This article is useful for programmers of all skill levels. | |
| | | |
www.foonathan.net
|
|
| | | | If you want a function that returns multiple values, you'd use a reference and assign the outputs to that. But using a reference has a few drawbacks - it is not obvious in the caller, requires default construction etc. This post will explain why you sometimes need output parameters and how to fix their problems. | |
| | | |
aradaelli.com
|
|
| |