Ver Mensaje Individual
  #8 (permalink)  
Antiguo 16/02/2007, 13:33
nmv
 
Fecha de Ingreso: febrero-2007
Mensajes: 4
Antigüedad: 17 años, 11 meses
Puntos: 0
Re: De string a int

Cortito y practico... ahí va:

string numero="521";
int x=StrToInt(numero.c_str());