Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/06/2012, 15:27
fightmx
 
Fecha de Ingreso: febrero-2003
Ubicación: D.F.
Mensajes: 163
Antigüedad: 21 años, 2 meses
Puntos: 22
Respuesta: Comparar CHAR con STRING

Código C++:
Ver original
  1. if(dir == "LEFT"){
  2. //code...
  3. }