Can I use cstdio in a C program?
I am getting tons of errors in cstdio when I add #include <cstdio>
to C program.
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\cstdio(17) : error C2143: syntax error : missing '{' before ':'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\cstdio(17) : error C2059: syntax error : ':'
thanks
EDIT . I would like to use snprintf , so I am trying to include that.
+2
a source to share