dotnet 2005 for C99

O

one2001boy

Hello,

if n is defined as long long,
VC++ 2003 doesn't support the following syntax:
printf("n: %lld\n", n); //supported
printf("n: %+lld\n", n); // not supported
printf("n: %5lld\n", n); // not supported

not sure if it is supported in VC++ 2005?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top