INT or integer is a signed number declaration used in various programming language to declare a variable. (some other number variable types would include float , DWORD )
Ex:
int nMyNumber;
With the above variable declaration nMyNumber could be assigned an integer value to be used later
Ex:
nMyNumber = -1;
Accessible by Members Only
Do you not agree with this description or you would like to improve it? Sign up here and log in straight afterwards to improve this dictionary