Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Ajajup on January 19, 2025, 02:43:10 am

Title: Why is there no C23 standard in the C language?
Post by: Ajajup on January 19, 2025, 02:43:10 am
Why is there no C23 standard in the C language?
Why  :(
Title: Re: Why is there no C23 standard in the C language?
Post by: Miguel Gimenez on January 19, 2025, 11:02:10 am
This is OT here, ask in a C-related forum.
Title: Re: Why is there no C23 standard in the C language?
Post by: nenin on January 20, 2025, 07:09:09 am
Why is there no C23 standard in the C language?
Why  :(
You can always add "other compile options", for example "-std=c23" for GCC.
https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
Title: Re: Why is there no C23 standard in the C language?
Post by: Miguel Gimenez on January 22, 2025, 01:49:06 pm
Added support for C23 standard in r13605 (https://sourceforge.net/p/codeblocks/code/13605/) (only on GCC13 and newer).