|
|
|
|
|
by Danieru
5056 days ago
|
|
I just spent the past 4 months programming a library in C89. I would have MUCH preferred C99 if only for inline variable declaration. The key issue for my project was being cross platform. Since Microsoft's compiler does not implement C99 and never will, my hands were tied. Now that's just my library. Other programers might be willing to decide case by case which features of C99 to use. Still if the document dates back to 2003 then C99 support everywhere would have been even more primitive. C89 would thus be the right decision for a introduction to C to avoid confusion. |
|