//You can create your own custom names for .net data types Use: typedef unsigned int positiveNumber; //use the typedefs keyword and then the .Net data type you want. Then give it a name. //now use it like a variable positiveNumber Num1 = 26;