19/03/2010, 12:08
|
| | Fecha de Ingreso: marzo-2010
Mensajes: 10
Antigüedad: 14 años, 8 meses Puntos: 1 | |
Respuesta: ISO C++ forbids comparisson between pointer and integer char* cliente::GetVacio()
{
char *val;
val = new char[6];
strcpy(val,"000\0");
if(strcmp(identidad,"000") != 0)
return val;
else
return identidad;
} |