- or download this
#include <stdio.h>
...
return 0;
}
- or download this
>cl a.cpp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for
+80x86
...
3
4
5
- or download this
$ gcc a.cpp -o a
a.cpp: In function `int main()':
a.cpp:9: name lookup of `i' changed for new ANSI `for' scoping
a.cpp:5: using obsolete binding at `i'