VC++ 2010 Express vs Pro

Hey guys. I'm new to programming and I'm just curious if there is a big difference between the express and pro editions of VC++ 2010??
Obviously the pro edition will cost $$$, but I'm just curious if it would be worth getting the pro edition vs the Express edition?

Thanks
Depends on what you do. Take a look here.
http://msdn.microsoft.com/library/hs24szh9.aspx
If you're new to programming you should not spend a single dollar on any IDE. By the time you know enough to make such a decision you might learn that you don't like Visual Studio at all. Heck, you mighr even prefer simple text editors over IDE's.
i know that the pro edition has the MFC library included where on vc express even if you have downloaded the microsoft sdk you dont get the mfc library anymore. so some need that for quick developement. In my opinion cross platform libs are better though. it will take the same amount of time to learn them then MFC and you will not be so tied to windows. although i have to say MFC apps are usually alot prettier. there is lots of dock libs and special windows that can really make your application look up to date with all the gui toys
Last edited on
If you're a student you can get Visual Studio 2010 Professional for free.

www.dreamspark.com/default.aspx
Last edited on
MFC?Who need it?
We have QT4
Who needs QT? We have windows API.

Just kidding!!
:solved: I now have VC++ 2010 Ultimate. Thanks guys :)
@Kryon: How much did it cost you? ;)
Free if you're a student, see my link above.
Yes, but Visual Studio 2010 Professional is not Visual Studio 2010 Ultimate, is it?
Last edited on
Topic archived. No new replies allowed.