Lorsque je compile j'ai ces erreurs :
--------------------Configuration: test - Win32 Debug-----Compiling...
test.cpp
C:\test\test.cpp(34) : warning C4518: 'int ' : storage-class or type specifier(s) unexpected here; ignored
C:\test\test.cpp(34) : error C2146: syntax error : missing ';' before identifier 'data'
C:\test\test.cpp(34) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
test.obj - 2 error(s), 1 warning(s)
voici la ligne en question :
int data, control, status, cont, dat, pctype, count, i, Ans='N';
Merci d'avance
Je suis sous Visual C++ 6