Can I use Visual C++ 2010 Express comp开发者_StackOverflow社区iler for commercial use? As far as I know, it was always permitted prior to 2010 version, but now when I start IDE, it writes \"For Evalua
As I found out that I can use only numerical values in C++\'s switch statements, I thought that there then must be some deeper difference between it and a bunch of if-else\'s.
I\'m trying to use C++0x, and in particular lambda expression and decltype to simplify some of my code, using the MSVC10 RC compiler.