User forums > Embedded development
Taking into account C99 standard
Pavel_47:
Probable explanation - Code::Block processes .C files with "C compiler" rather than with "C++ compiler"
And C99 standard is for C++.
Correct ?
scarphin:
Think in this way; if it was a standard for C++ then it would be named as C++99.
Pavel_47:
There is no flag C++99 in the available options
oBFusCATed:
There is no C++99, this is what scarphin told you. The standards are c++98,c++03,c++11,c++14.
But if any or all of these are supported by your compiler is up to your compiler and its current version you're using.
So check its documentation.
Miguel Gimenez:
You must put -std=c99 into Compiler settings -> Other options, not in Prebuild Steps
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version