dev-C++ question

Hello, I'm using the latest version of dev-C++. I'm wondering what is the ANSI C++ standard for that compiler.
Dev-C++ is old and uses old compilers. AFAIK it doesn't use a standard compliant compiler
Dev-C++ is old, but it's not that old. It uses an old, buggy version of MinGW 3.x. MinGW 4.x is a lot better.

By the way, when we say "old", we mean "not updated since 2005".
By the way, when we say "old", we mean "not updated since 2005".

And when he says "not updated since 2005" he forgot to add "nor will it be".
Thank you for the responses. But I'm trying to find out what C standard it uses, like C99, C98, etc.
There's no such thing as C98. The C standards are C89 and C99. The C++ standard is C++98, which had a technical corrigendum in 2003. A new standard will be published next year or the year after that.
Dev-C++'s MinGW supports C99 and most of C++98.
Topic archived. No new replies allowed.