Hacker News new | ask | show | jobs
by pjmlp 2166 days ago
Apparently you have to update yourself with ISO C contents.

Hint, there are more C compilers out there than clang and GCC.

1 comments

I know, i've tried a bunch of them and have several C compilers installed but AFAIK none has removed support for gets or VLA (or anything else they bothered to implement). When i wrote "none" i wasn't referring to the standard but to the actual compilers. I do not care what the standard says is deprecated or to be removed, what i care is what compilers actually do since that is what affects existing code.