program

Which program is best to learn C++, Visual Studio Express or Visual Studio Code?
Just regular Visual Studio. It's a full IDE, so you can code, debug, and run directly off it.

Here's the link:

https://visualstudio.microsoft.com/vs/community/
Neither one. if you are coding on a Windows machine wanting to create apps that run on Windows.

Why are you asking this question again? Duplicate post:

http://www.cplusplus.com/forum/windows/253215/
Hello s l i m,

I am not familiar with VS Code, but I have found that VS Community has more features than I use. With the biggest difference being that VS Community is free and every other version has a price tag. So it comes down to what you want to spend for the IDE.

Microsoft has their compiler that works well with the IDE, but sometimes there are differences between the header files with VS and say a MinGU compiler. Usually not different enough to be a problem, but enough to make a difference. Most of the time you will never notice.

Hope that helps,

Andy
One thing to consider about VS Express. It is an older version of Visual Studio, stripped down. The C++ language standard it can use is outdated. VS 2010 Express won't have many C++11 features, if any. C++14/C++17 features? HA!

The two plus features IMO for VS Code is it being cross platform, it can run on Windows, Mac and Linux.

VS Code is not as bulked up as Visual Studio. That can be a benefit for some or a detriment.
Thanks you guys for the info!!
Topic archived. No new replies allowed.