in reply to Re^5: Shouldn't JSON be faster?
in thread Shouldn't JSON be faster?
C89 might be ancient, but Visual Studio still doesn't support C99 fully. Neither do some other vendor compilers. If you want to write portable C code, you either have to limit your supported compiler to GCC or avoid some C99 features.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Shouldn't JSON be faster?
by BrowserUk (Patriarch) on May 31, 2010 at 19:19 UTC |