charliedyson.net
Some thinkings
A place to put a few thoughts, mostly about C++.
Latest Posts
-
Don't Take My Word For It (Part 3): A handy reference table
How are template arguments to a function deduced? We will generate a helpful reference table.
-
Don't Take My Word For It (Part 2): Tricking the compiler
Using compiler error messages to accurately determine a type.
-
Don't Take My Word For It (Part 1): Getting the type dynamically
Using
typeid
to determine an object’s type at runtime.