Masterxilo Posted April 13, 2010 Share Posted April 13, 2010 Just learned that MS Visual Studio 2010 was released some hours ago. There are some new features in both the IDE (e.g. new design, faster Intellisense) and the language, look it up: http://msdn.microsoft.com/en-us/library/dd465215%28v=VS.100%29.aspx http://msdn.microsoft.com/en-us/library/ms235629%28VS.100%29.aspxAdditionally, Visual C++ supports several C++0x features, for example, lambdas, auto, static_assert, rvalue references, and extern templates. Wiki C++0x They also added a (standardized?) multithreading framework: http://msdn.microsoft.com/en-us/library/dd504870%28v=VS.100%29.aspxThe most interesting part of this is the PPL: http://msdn.microsoft.com/en-us/library/dd492418%28v=VS.100%29.aspx. Together with lambda functions, this allows easy parallelization of loops. The only problem is, that one has to learn all those new great things... xD Quote Hurricane-Eye Entertainment - Site, blog. Link to comment Share on other sites More sharing options...
Paul Posted April 14, 2010 Share Posted April 14, 2010 Doesn't look like a standard edition is going to be released. Quote Intel Core i7 975 @ 3.33GHz, 6GB ram, GTX 560 Super OC, Windows 7 Pro 64bit Link to comment Share on other sites More sharing options...
wh1sp3r Posted April 14, 2010 Share Posted April 14, 2010 problem is, it can't display C++/CLI Intelisense Quote -= Phenom II X4 965 3.4Ghz - ATI HD5870 - 6 GB DDR3 RAM - Windows 8 Pro 64x=- Website: http://www.flamewarestudios.com Link to comment Share on other sites More sharing options...
Alistair Posted April 17, 2010 Share Posted April 17, 2010 Has anyone tested this version with Leadwerks? I have upgraded my pc and want to install this version, but need some input first. Quote Intel Core 2 Duo E7500 @ 2.93GHz 2.13GHz, 4GB RAM, GeForce GTX 260 1GB PCI-E, Windows 7 Professional 32bit Link to comment Share on other sites More sharing options...
Masterxilo Posted April 17, 2010 Author Share Posted April 17, 2010 Yes I did, the title says it Works just fine. Quote Hurricane-Eye Entertainment - Site, blog. Link to comment Share on other sites More sharing options...
Alistair Posted April 17, 2010 Share Posted April 17, 2010 Yes I did, the title says it Works just fine. Cool. I'll give it a go then. Thanks. Quote Intel Core 2 Duo E7500 @ 2.93GHz 2.13GHz, 4GB RAM, GeForce GTX 260 1GB PCI-E, Windows 7 Professional 32bit Link to comment Share on other sites More sharing options...
enablerbr Posted April 18, 2010 Share Posted April 18, 2010 pity no more stanard edition. i won't have the funds any time soon to buy the £500 professional upgrade version. so i'll just stick with 2008 and use the c# 2010 express version. i do think the new IDE can be slow to respond to updating references at times. so i get errors underlined that are not errors at all. Quote Q6600, GTX 560Ti, 8GB DDR2, Windows 7 Home Premium 64-bit. Link to comment Share on other sites More sharing options...
Canardia Posted April 18, 2010 Share Posted April 18, 2010 There is no need for a Standard edition. There is Express edition (free), and Professional Edition, and various Enterprise editions. You can also compile 64-bit programs with the Express edition, but you need to configure it for that manually. It's an default option in the Professional Edition. Although I have also Professional and Enterprise Edition, I prefer to use the Express Edition, because it's much faster to load and not so bloated with features I will never use. Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
Paul Posted April 20, 2010 Share Posted April 20, 2010 There is no need for a Standard edition. There is Express edition (free), and Professional Edition, and various Enterprise editions.Unless you want to use ATL or MFC without all the features of the Professional Edition and the cost. Quote Intel Core i7 975 @ 3.33GHz, 6GB ram, GTX 560 Super OC, Windows 7 Pro 64bit Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.