Visual Studio 2015 CTP 5 Available
blogs.msdn.com
Visual Studio 2015 CTP 5 Available
1–10 of 33 posts
Re: Visual Studio 2015 CTP 5 Available
#2Re: Visual Studio 2015 CTP 5 Available
#3I remember reading that Microsoft was moving the WPF framework into maintenance mode as they focus on the WinRT variant of UI development. Interesting that from the release notes, WPF appears to be getting feature development again. Hard to know without Windows 10 consumer announcements if Microsoft internally is back-tracking on the idea of fullscreen desktop apps.
Re: Visual Studio 2015 CTP 5 Available
#4Re: Visual Studio 2015 CTP 5 Available
#5Does anyone know how the support for C++11 is looking in this version? It would be pretty great if Microsoft could finally close [the gap]( http://blogs.msdn.com/b/vcblog/archive/2014/06/11/c-11-14-fe... ) on C++11 support a mere four years after GCC and Clang completed their support for the standard. That would also give some hope that Visual Studio might have full support for C++14 in a year or two (which GCC and C…
http://blogs.msdn.com/b/vcblog/archive/2014/11/17/c-11-14-17...
Re: Visual Studio 2015 CTP 5 Available
#6Does anyone know how the support for C++11 is looking in this version? It would be pretty great if Microsoft could finally close [the gap]( http://blogs.msdn.com/b/vcblog/archive/2014/06/11/c-11-14-fe... ) on C++11 support a mere four years after GCC and Clang completed their support for the standard. That would also give some hope that Visual Studio might have full support for C++14 in a year or two (which GCC and C…
Re: Visual Studio 2015 CTP 5 Available
#7I remember reading that Microsoft was moving the WPF framework into maintenance mode as they focus on the WinRT variant of UI development. Interesting that from the release notes, WPF appears to be getting feature development again. Hard to know without Windows 10 consumer announcements if Microsoft internally is back-tracking on the idea of fullscreen desktop apps.
Re: Visual Studio 2015 CTP 5 Available
#8Does anyone know how the support for C++11 is looking in this version? It would be pretty great if Microsoft could finally close [the gap]( http://blogs.msdn.com/b/vcblog/archive/2014/06/11/c-11-14-fe... ) on C++11 support a mere four years after GCC and Clang completed their support for the standard. That would also give some hope that Visual Studio might have full support for C++14 in a year or two (which GCC and C…
http://channel9.msdn.com/Events/Visual-Studio/Connect-event-...
Still, outside the open source world, from all vendors selling compilers, Microsoft is the most up to date.
Before anyone mentions ICC, no not even version 15 is fully compliant.
https://software.intel.com/en-us/articles/c0x-features-suppo...
IBM just realeased XLC with partial C++11 support.
Others are even worse.
Re: Visual Studio 2015 CTP 5 Available
#9Does anyone know how the support for C++11 is looking in this version? It would be pretty great if Microsoft could finally close [the gap]( http://blogs.msdn.com/b/vcblog/archive/2014/06/11/c-11-14-fe... ) on C++11 support a mere four years after GCC and Clang completed their support for the standard. That would also give some hope that Visual Studio might have full support for C++14 in a year or two (which GCC and C…
Re: Visual Studio 2015 CTP 5 Available
#10Does anyone know how the support for C++11 is looking in this version? It would be pretty great if Microsoft could finally close [the gap]( http://blogs.msdn.com/b/vcblog/archive/2014/06/11/c-11-14-fe... ) on C++11 support a mere four years after GCC and Clang completed their support for the standard. That would also give some hope that Visual Studio might have full support for C++14 in a year or two (which GCC and C…
Microsoft is doing a mix of C++11 and C++14 support. http://channel9.msdn.com/Events/Visual-Studio/Connect-event-... Still, outside the open source world, from all vendors selling compilers, Microsoft is the most up to date. Before anyone mentions ICC, no not even version 15 is fully compliant. https://software.intel.com/en-us/articles/c0x-features-suppo... IBM just realeased XLC with partial C++11 support. Others ar…
I'm waiting impatiently for expression SFINAE. I like the features of C++ that let you write dynamic-esque code that's evaluated at compile time. It enables little bits of cleverness that save you from large complicated solutions.
> outside the open source world
Which is quite large, considering that Clang and GCC are the standard compilers for just about every major non-Microsoft platform, including the mobile ones.