• Keil C99 & C++ mix
    Hello, I have a base project that uses C99. (compiler option --c99) Basically c99 was used so that an aggregate type could be initialized with non-constant data as such: #define WRITE_OP_CODE...
  • Keil C99 & C++ mix
    Hello, I have a base project that uses C99. (compiler option --c99) Basically c99 was used so that an aggregate type could be initialized with non-constant data as such: #define WRITE_OP_CODE...
  • C99
    Where do you select the C99 features in the IDE?
  • C99
    Where do you select the C99 features in the IDE?
  • Using the armV5 compiler in keil with c99 and cpp11
    I have a mixed project with c and cpp files. I want to compile the cpp files with the cpp11 standard, but when I set the --cpp11 in the misc controls it compiles the C files as cpp files (and...