|
You are here |
isocpp.org | ||
| | | | |
brevzin.github.io
|
|
| | | | | One of the things I like to do is compare how different languages solve the same problem - especially when they end up having very different approaches. It's always educational. In this case, a bunch of us have been working hard on trying to get reflection - a really transformative language feature - into C++26. Fundamentally, reflection itself can be divided into two pieces: | |
| | | | |
david.tribble.com
|
|
| | | | | Incompatibilities Between ISO C90 and ISO C++98 | |
| | | | |
cplusplus.github.io
|
|
| | | | | Unresolved issues in the C++ Standard Library | |
| | | | |
nelari.us
|
|
| | | A small look at some useful template techniques, in the context of trying to bind functions to a virtual machine. I wrote this post mostly for myself so that these techniques would be listed all in one place. | ||