Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
ANSI-C++ compliancy
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: ANSI-C++ compliancy (Read 5650 times)
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
Logged
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 ;-)
Logged
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.
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
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)
Logged
(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
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
»
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
ANSI-C++ compliancy