01/12/2010, 14:41
|
| | Fecha de Ingreso: octubre-2006
Mensajes: 169
Antigüedad: 18 años, 2 meses Puntos: 2 | |
Respuesta: No encuentro la solución a los errores la pego, disculpa
Código:
Description Resource Path Location Type
make: *** [practica.o] Error 1 00Practica1 line 0 C/C++ Problem
request for member ‘drivers’ in something not a structure or union practica.c /00Practica1 line 82 C/C++ Problem
‘idDriver’ undeclared (first use in this function) practica.c /00Practica1 line 91 C/C++ Problem
array subscript is not an integer practica.c /00Practica1 line 91 C/C++ Problem
expected expression before ‘>’ token practica.c /00Practica1 line 97 C/C++ Problem
request for member ‘drivers’ in something not a structure or union practica.c /00Practica1 line 97 C/C++ Problem
expected ‘;’ before ‘}’ token practica.c /00Practica1 line 100 C/C++ Problem
array subscript is not an integer practica.c /00Practica1 line 109 C/C++ Problem
array subscript is not an integer practica.c /00Practica1 line 115 C/C++ Problem
expected expression before ‘>’ token practica.c /00Practica1 line 115 C/C++ Problem
expected ‘)’ before ‘{’ token practica.c /00Practica1 line 116 C/C++ Problem
expected expression before ‘}’ token practica.c /00Practica1 line 119 C/C++ Problem
expected declaration or statement at end of input practica.c /00Practica1 line 163 C/C++ Problem
assignment makes pointer from integer without a cast practica.c /00Practica1 line 67 C/C++ Problem
passing argument 1 of ‘findDriver’ makes integer from pointer without a cast practica.c /00Practica1 line 81 C/C++ Problem
passing argument 2 of ‘findDriver’ from incompatible pointer type practica.c /00Practica1 line 81 C/C++ Problem
passing argument 2 of ‘findRace’ from incompatible pointer type practica.c /00Practica1 line 82 C/C++ Problem
assignment makes pointer from integer without a cast practica.c /00Practica1 line 87 C/C++ Problem
comparison between pointer and integer practica.c /00Practica1 line 89 C/C++ Problem
passing argument 1 of ‘insertDriver’ makes integer from pointer without a cast practica.c /00Practica1 line 99 C/C++ Problem
passing argument 2 of ‘insertDriver’ makes integer from pointer without a cast practica.c /00Practica1 line 99 C/C++ Problem
assignment makes pointer from integer without a cast practica.c /00Practica1 line 105 C/C++ Problem
comparison between pointer and integer practica.c /00Practica1 line 107 C/C++ Problem
suggest parentheses around assignment used as truth value practica.c /00Practica1 line 124 C/C++ Problem
suggest parentheses around assignment used as truth value practica.c /00Practica1 line 136 C/C++ Problem
suggest parentheses around assignment used as truth value practica.c /00Practica1 line 150 C/C++ Problem
implicit declaration of function ‘writeInteger’ practica.c /00Practica1 line 152 C/C++ Problem
suggest parentheses around assignment used as truth value practica.c /00Practica1 line 154 C/C++ Problem
|