Re: Best standard to use?
Keith Thompson <[email protected]> Wed, 06 Oct 2021 10:13:24 -0700
| Newsgroups | alt.comp.lang.c |
|---|---|
| Organization | None to speak of |
| Message-ID | <[email protected]> |
Sjouke Burry <[email protected]> writes: > On 06.10.21 11:26, [email protected] wrote: >> Hello, >> What is the best standard to use when programming in c? (c11, c99...) >> Thank you for your answers! >> > The one you are familiar with. I disagree. The best standard to use when programming is the one supported by the implementation you're using. It's good to be at least somewhat familiar with all the editions of the standard, at least to have a general idea of what's new in each one. -- Keith Thompson (The_Other_Keith) [email protected] Working, but not speaking, for Philips void Void(void) { Void(); } /* The recursive call of the void */