I'm sorry. Could you be more specific!.
'cause I looked for it in MSDN and It only found
JAVA. getint() function is C++.
Anyway, if you want to cast sth to int. You can do it
in the following way.
int nNumber1;
float nNumber2;
nNumber1 = (int)nNumber2
Bye,
Good luck!!!
|