Author Topic: ANSI-C++ compliancy  (Read 5575 times)

Offline xiaodangdang

  • Single posting newcomer
  • *
  • Posts: 3
ANSI-C++ compliancy
« on: June 28, 2011, 08:20:56 am »
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

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: ANSI-C++ compliancy
« Reply #1 on: June 28, 2011, 09:31:52 am »
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 ;-)

Offline xiaodangdang

  • Single posting newcomer
  • *
  • Posts: 3
Re: ANSI-C++ compliancy
« Reply #2 on: June 28, 2011, 09:40:02 am »
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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: ANSI-C++ compliancy
« Reply #3 on: June 28, 2011, 09:58:28 am »
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!]

Offline xiaodangdang

  • Single posting newcomer
  • *
  • Posts: 3
Re: ANSI-C++ compliancy
« Reply #4 on: June 28, 2011, 10:07:25 am »
Thanks guy - you are so helpful!
« Last Edit: June 28, 2011, 10:13:31 am by xiaodangdang »