I don’t see that as a good thing. Take a £90 3D package, something cheap and simple like MilkShape, I’ll even go as far as saying GameSpace (Caligari) although I don’t think that one is £90 but you get the idea. Those cheapo 3D packages can still produce good graphics if in the hands of a capable artist.
VC++ .Net Standard on the other hand, is a waste of money. Ok sure, good for learning, but if I want to just learn I’ll go with a free compiler. At least the free ones are optimizing! VC++ .Net Std doesn’t optimize code apparently. If you compare this to my babble above about a cheapo software package in the hands of a good user, it’s not quite the same with programming. One would have to be pretty good at assembly to replace the optimizations a compiler would do, and even then we can’t do things like scheduling instructions, optimizing for cache sizes, etc. I’m reiterating reviews people post on Amazon.com
but just trying to get my point across. It’s obvious that MS is shifting their focus to a new dev platform (.Net) and new languages.
I hate the interface changes, it takes longer to load, simply behaves weird. Remember those stupid //}} delimters VC++ 6.0 used to help class wizard add code for you? They don’t do that anymore, great. But… class wizard is gone and whatever took its place does not know where to put code. I might as well type it all out by hand… and that’s when it defeats the point of having this kind of IDE.