Search:
Forum
General C++ Programming
dev-C++ question
dev-C++ question
Nov 26, 2009 at 11:53am UTC
coder123
(5)
Hello, I'm using the latest version of dev-C++. I'm wondering what is the ANSI C++ standard for that compiler.
Nov 26, 2009 at 12:20pm UTC
Bazzy
(6281)
Dev-C++ is old and uses old compilers. AFAIK it doesn't use a standard compliant compiler
Nov 26, 2009 at 1:12pm UTC
helios
(17607)
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".
Nov 26, 2009 at 10:30pm UTC
mcleano
(922)
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".
Nov 28, 2009 at 5:18am UTC
coder123
(5)
Thank you for the responses. But I'm trying to find out what C standard it uses, like C99, C98, etc.
Nov 28, 2009 at 11:40am UTC
helios
(17607)
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs