Compilateur: Default compiler
Exécution de g++.exe...
g++.exe "C:\Dev-Cpp\projet.cpp" -o "C:\Dev-Cpp\projet.exe" -I"C:\Dev-Cpp\lib\gcc\mingw32\3.4.2\include" -I"C:\Dev-Cpp\include\c++\3.4.2\backward" -I"C:\Dev-Cpp\include\c++\3.4.2\mingw32" -I"C:\Dev-Cpp\include\c++\3.4.2" -I"C:\Dev-Cpp\include" -L"C:\Dev-Cpp\lib"
C:\Dev-Cpp\projet.cpp: In function `int main(int, char**)':
C:\Dev-Cpp\projet.cpp:3: error: expected primary-expression before "void"
C:\Dev-Cpp\projet.cpp:3: error: expected `;' before "void"
C:\Dev-Cpp\projet.cpp:14: error: `affich_menu' undeclared (first use this function)
C:\Dev-Cpp\projet.cpp:14: error: (Each undeclared identifier is reported only once for each function it appears in.)
C:\Dev-Cpp\projet.cpp:15: error: `scanf' undeclared (first use this function)
C:\Dev-Cpp\projet.cpp: At global scope:
C:\Dev-Cpp\projet.cpp:18: error: expected unqualified-id before "switch"
C:\Dev-Cpp\projet.cpp:18: error: expected `,' or `;' before "switch"
C:\Dev-Cpp\projet.cpp:36: error: expected constructor, destructor, or type conversion before '(' token
C:\Dev-Cpp\projet.cpp:36: error: expected `,' or `;' before '(' token
C:\Dev-Cpp\projet.cpp:37: error: expected unqualified-id before "return"
C:\Dev-Cpp\projet.cpp:37: error: expected `,' or `;' before "return"
C:\Dev-Cpp\projet.cpp:38: error: expected declaration before '}' token
Partager