Hacker News new | ask | show | jobs
by cfn 5116 days ago
I understand that Microsoft does not want to perpetuate Windows XP support but, for this single reason, I will not be able to upgrade to VS 2012. This means missing on the latest c++ features and also means maintaining two developement trees if I decide to develop a WinRt version.
2 comments

Latest C++ features are in MinGW and clang! And latest C features (C99) are there too.
Yes but my main project is all on VS' toolchain and I would guess there are many others like me. Good to know that here are alternatives though.
To be fair, you'd need two development trees for WinRT anyway - the namespaces are different, for one thing, and the UIs are of course radically different and incompatible.