Other data types - C++ Tutorials - cplusplus.com - The C++ Resources Network
Other data types Type aliases (typedef / using) A type alias is a different name by which a type can be identified. In C++, any valid type can be aliased so that it can be referred to with a different identifier. In C++, there are two syntaxes for creatin...