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
»
Help
»
Does c++11 work with code::blocks?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Does c++11 work with code::blocks? (Read 6743 times)
Communist98
Single posting newcomer
Posts: 3
Does c++11 work with code::blocks?
«
on:
December 31, 2013, 07:41:21 pm »
I am wondering if code::blocks supports c++ 11?
Logged
bazald
Single posting newcomer
Posts: 3
Re: Does c++11 work with code::blocks?
«
Reply #1 on:
December 31, 2013, 08:16:36 pm »
Code::Blocks is not a compiler, but the optionally included TDM-GCC-481 supports C++11 pretty well, and Code::Blocks has an option to enable use of the C++11 standard.
Logged
Communist98
Single posting newcomer
Posts: 3
Re: Does c++11 work with code::blocks?
«
Reply #2 on:
January 01, 2014, 01:15:25 am »
Thank you!
Logged
EnterTheNameHere
Multiple posting newcomer
Posts: 19
Re: Does c++11 work with code::blocks?
«
Reply #3 on:
January 07, 2014, 09:45:39 am »
Actually Code::Blocks code completion still ignores c++11 (or c++1y) features for me on latest GCC versions, so if You are missing c++11 features like shared_ptr etc. in the CC autocomplete/listbox I recommend
getting this patch
and compile Your own C::B version if You want CC to include c++11 headers. (which might not be easy to setup however)
«
Last Edit: January 07, 2014, 09:49:05 am by EnterTheNameHere
»
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
Does c++11 work with code::blocks?