typeof function c++ code example
Example 1: define type c++
typedef unsigned int u_int; //giving 'unsigned int' a name of u_int
Example 2: c++ typeof
typeof (int *)
typedef unsigned int u_int; //giving 'unsigned int' a name of u_int
typeof (int *)