News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

ANSI-C++ compliancy

Started by xiaodangdang, June 28, 2011, 08:20:56 AM

Previous topic - Next topic

xiaodangdang

Hi

Are there any notes in Code:Blocks documentation that specifies that Code:Blocks is indeed fully ANSI-C++ compliant?

I searched the manual, FAQs and the website using Ctrl+F 'ANSI', but failed to find anything conclusive.

Regards


xiaodangdang

killerbot

codeblocks is an ide, it is the compiler that should be ansi compliant

Check which compiler you use, and find on the compiler vendors website what you are looking for ;-)

xiaodangdang

I'm sorry, perhaps I wasn't very clear, what I was asking was about the compiler in code:block's IDE and if there was anything in the documentation about the degree to which it complies with the ANSI-C++ standard.

oBFusCATed

No, the compiler is not ansi compliant, because there is no such compiler that is fully implementing the standard.

p.s. C::B supports almost all interesting compilers out there  :)
p.p.s. read this http://wiki.codeblocks.org/index.php?title=FAQ#Q:_What_is_Code::Blocks.3F and this http://wiki.codeblocks.org/index.php?title=FAQ#Q:_What_Code::Blocks_is_not.3F
p.p.p.s. on windows c::b has a version which includes the MinGW compiler (TDM's version)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

xiaodangdang

#4
Thanks guy - you are so helpful!