P
programmist.setevik
Thinking about using C++11 for a largish and rather important project. Both for syntactic sugar like "auto", the new "for" syntax and more advanced stuff like lambdas.
Targeting Linux (gcc 4.7.2), so x-plat is not an issue. Will hand code multi-threading using pthreads - not using any of the language features for it.
So what do you think - is she ready for it or not ?
I am huge fan of Eclipse CDT (up to Juno now) - does it support C++11 extensions in editor etc ?
What about gdb - any gotchas there ? Valgrind ? One reckons they should not be an issue, but JIC.
All and any advice most appreciated .
Targeting Linux (gcc 4.7.2), so x-plat is not an issue. Will hand code multi-threading using pthreads - not using any of the language features for it.
So what do you think - is she ready for it or not ?
I am huge fan of Eclipse CDT (up to Juno now) - does it support C++11 extensions in editor etc ?
What about gdb - any gotchas there ? Valgrind ? One reckons they should not be an issue, but JIC.
All and any advice most appreciated .