1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| ompiling...
liste.cpp
c:\documents and settings\bureau\c++\seance 2\liste_2\liste\liste.h(45) : error C2143: syntax error : missing ';' before '*'
c:\documents and settings\bureau\c++\seance 2\liste_2\liste\liste.h(45) : error C2501: 'maillon' : missing storage-class or type specifiers
c:\documents and settings\\bureau\c++\seance 2\liste_2\liste\liste.h(45) : error C2501: 'Retourner' : missing storage-class or type specifiers
c:\documents and settings\r\bureau\c++\seance 2\liste_2\liste\liste.cpp(411) : error C2143: syntax error : missing ';' before '*'
c:\documents and settings\\bureau\c++\seance 2\liste_2\liste\liste.cpp(411) : error C2501: 'maillon' : missing storage-class or type specifiers
c:\documents and settings\\bureau\c++\seance 2\liste_2\liste\liste.cpp(412) : error C2501: 'Retourner' : missing storage-class or type specifiers
c:\documents and settings\\bureau\c++\seance 2\liste_2\liste\liste.cpp(418) : error C2440: 'return' : cannot convert from 'struct ListeInt::maillon *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
main.cpp
c:\documents and settings\\bureau\c++\seance 2\liste_2\liste\liste.h(45) : error C2143: syntax error : missing ';' before '*'
c:\documents and settings\\bureau\c++\seance 2\liste_2\liste\liste.h(45) : error C2501: 'maillon' : missing storage-class or type specifiers
c:\documents and settings\\bureau\c++\seance 2\liste_2\liste\liste.h(45) : error C2501: 'Retourner' : missing storage-class or type specifiers
Error executing cl.exe.
liste.exe - 10 error(s), 0 warning(s) |
Partager