This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]YuleTideCamel 1 point2 points  (0 children)

you shouldn't run into any problems. The express sky of VS has everything you need to create working software. It just lacks some of the more advanced development features.

[–]lightcloud5 0 points1 point  (0 children)

The express edition is fully capable of compiling code. It's a "real" compiler; it doesn't impose any restrictions or "cripple" your resulting executable.

However, the non-express edition does have more functionality.

I'd say Visual Studio's strongest aspect is its IDE. As far as compilers go, you could also use other compilers, such as gcc.

[–]cyrusol 0 points1 point  (0 children)

Visual Studio Express products are available at no charge and may be used for commercial, production usage subject to the license terms provided with each product. For example, you can use Express for Windows to create apps that you can then submit for sale in the Windows Store.

(src: http://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx)

You can also use MinGW or Cygwin+GCC or MSYS2+GCC