Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Ajajup on January 19, 2025, 02:43:10 am
-
Why is there no C23 standard in the C language?
Why :(
-
This is OT here, ask in a C-related forum.
-
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
-
Added support for C23 standard in r13605 (https://sourceforge.net/p/codeblocks/code/13605/) (only on GCC13 and newer).