As you may already know, last C++ standarization committee meeting in Jacksonville
decided what items will be part of the C++17 standard, what other will be Technical
Specifications, and want others were rejected at all.
[Read More]
The road for reflection: Tagging types
Something like a month ago I wrote a post introducting the reflection engine I’m writing as part of a C++ course for people in the game programming master degree of my university. Why me, an undergrad that has the end of his CS grade faaaaaaar away from his horizon, is...
[Read More]
C++11 Opaque Pointer Idiom
This was originally a wiki entry I was writing for the By Tech internal development wiki this morning, but I thought it’s the kind of simple and useful tip that deserves a blog post…
[Read More]
Reflection (Intro)
For three years I have been giving some C++ courses in my university as part of my spare time (Aka “the time I should have been studing”…), most of them focused in getting C++ right from the beginning. This year I decided to split the course in two: One for...
[Read More]
Bitchunks
I would have liked to talk about Concepts Lite, but I’m still working on contiguous integration support for the examples I want to share. Maybe in a couple of weeks.
[Read More]