How to get into C99 mode in Codeblocks10.05?
问题 I recently realized that I am not even in C99 mode after receiving the compile error 'for' loop initial declarations are only allowed in C99 mode I found some advice on how to get to C99 via a quick search which has told me to go to Projects -> Properties... But alas, it is greyed out and I am not sure that is even the correct way to fix it (probably not available because my file is not a project, it is a normal source file). I have also seen a lot of similar questions saying to enable C99