View Single Post
  #2 (permalink)  
Old December 6th, 2004, 04:24 PM
abelconde abelconde is offline
Authorized User
 
Join Date: Dec 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to abelconde
Default

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!!!

Reply With Quote