Difference between revisions of "Microsoft Visual Studio"
From Chilipedia
(Created page with "Microsoft Visual Studio is an IDE (integrated development environment) that supports C++, C#, and a bunch of other dumb languages that nobody cares about. It has a sweet-ass d...") |
|||
Line 1: | Line 1: | ||
Microsoft Visual Studio is an IDE (integrated development environment) that supports C++, C#, and a bunch of other dumb languages that nobody cares about. It has a sweet-ass debugger and generally gives you the least painful experience for developing Windows applications, so that's what we use for the tutorials. | Microsoft Visual Studio is an IDE (integrated development environment) that supports C++, C#, and a bunch of other dumb languages that nobody cares about. It has a sweet-ass debugger and generally gives you the least painful experience for developing Windows applications, so that's what we use for the tutorials. | ||
+ | |||
+ | == Versions Used in the Tutorials == | ||
+ | === Visual C++ 2010 Express === | ||
+ | === Visual Studio 2012 Express Desktop === | ||
+ | === Visual Studio 2013 Express Desktop === | ||
+ | === Visual Studio 2015 Community === |
Revision as of 16:41, 19 July 2016
Microsoft Visual Studio is an IDE (integrated development environment) that supports C++, C#, and a bunch of other dumb languages that nobody cares about. It has a sweet-ass debugger and generally gives you the least painful experience for developing Windows applications, so that's what we use for the tutorials.