Euh j'ai comme une gouille sous Ms-Visual C++ 6.O :
Code :
- #include <stdio.h>
- int main()
- {
-
- char tab[7];
- sprintf(tab, "%d", 123456);
- return 0;
- }
|
Ca compile pas :
--------------------Configuration: test - Win32 Debug--------------------
Compiling...
test.c
C:\...\test.c(109) : error C2143: syntax error : missing ';' before 'type'
C:\...\test.c(111) : error C2065: 'tab' : undeclared identifier
C:\...\test.c(111) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int '
C:\...\test.c(111) : warning C4024: 'sprintf' : different types for formal and actual parameter 1
Error executing test.exe.
test.exe - 2 error(s), 2 warning(s)[cpp]
Message édité par Chronoklazm le 06-11-2004 à 01:00:07