User:ERCaGuy
From cppreference.com
My name is Gabriel Staples
ERCaGuy stands for "Electric RC Aircraft Guy".
This is me:
- Stack Exchange: https://stackexchange.com/users/3032157/gabriel-staples?tab=accounts
- Stack Overflow: https://stackoverflow.com/users/4561887/gabriel-staples
- Wikipedia: https://en.wikipedia.org/wiki/User:ERCaGuy
- GitHub: https://github.com/ElectricRCAircraftGuy
See my contributions to cppreference.com here.
I'm also on LinkedIn here: https://www.linkedin.com/in/gabriel-staples/. Note: please DO follow me, but don't add me unless we've had enough prior contact that we can vouch for each other's skills, at least to some degree.
Personal websites
Notes to self
See: https://en.cppreference.com/w/Template:dsc
I added an advanced dsc
example here (https://en.cppreference.com/w/cpp/types/type_info), like this (see the typeid
entry below):
(C++11) |
wrapper around a type_info object, that can be used as index in associative and unordered associative containers (class) |
typeid | Queries information of a type, returning a std::type_info object representing the type.
|