|
|
|
|
|
by Jtsummers
1986 days ago
|
|
Thanks to the sheer number of C programs, no compiler supporting later C standards will drop support for prior standards unless it's explicitly targeting the later standard and that standard is fundamentally breaking with earlier ones. And even then, the major players won't because they still have to support every program ever written in C. So any changes to C at this point will not break your ability to use whichever prior C standard you happen to be interested in. |
|