- Viewing Profile: Posts: aavci
Community Stats
- Group Members
- Active Posts 6
- Profile Views 196
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
User Tools
Contacts
aavci hasn't added any contacts yet.
Latest Visitors
No latest visitors to show
Posts I've Made
In Topic: Begining an editor
03 January 2013 - 04:14 AM
In Topic: C# creating array of objects and initialize
13 December 2012 - 03:31 AM
In Topic: C# creating array of objects and initialize
12 December 2012 - 03:38 AM
[source lang="csharp"]World[] W = new World[10];World[] O = new World[2] { new World(-1.6, 1.6, -1.0, 1.0, function.julia, 500), new World(-0.5, 1.5, 01.25, 1.25, function.mandelbrot, 500) };[/source]
Code not tested.
In Topic: C11 initializer lists not working in visual studio 2010/2012
08 December 2012 - 03:12 AM
Note that this comparison table doesn't count the November CTP.
In Topic: C11 initializer lists not working in visual studio 2010/2012
08 December 2012 - 03:06 AM
That's not quite a fair statement, at least for VS2012 -- none of the current compilers have full C++ 11 support and each of them implement a different set, so some features might be implemented in one platform and the same feature might be missing from another. Also, some of the compilers that "support" a feature might offer partial support, or support in a way that's not perfectly standards-conforming.
In terms of overall support, the major compilers are not that far apart.
That said, VS lacks support for some of the cooler features like uniform initializers and variadic templates, for which other compilers offer at least some support.
I am doing cross platform development and MSVC is the only compiler that stops me using the C++11. I can use almost all parts of the standard with GCC, good luck with that with VC.
To be fair VS2012 had some basic support for C++11. November CTP added some more, but it doesn't update the STL and intellisense not working. So basically, it's severely lacking compared to other compilers.
- Home
- » Viewing Profile: Posts: aavci

Find content