cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
What platform to use for c++?
What platform to use for c++?
Jul 15, 2014 at 6:04pm UTC
Runite
(1)
Hi,
I am going to try and learn c++ over the summer and I was wondering what platform I should use to do the programming on? I saw that there is microsoft visual studio I think but this costs £250, is there any good, free platforms out there?
Runite
Jul 15, 2014 at 6:15pm UTC
JLBorges
(13770)
> I saw that there is microsoft visual studio I think but this costs £250,
> is there any good, free platforms out there?
Visual Studio Express 2013 for Windows Desktop is free; that is all that you need.
http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop
If you prefer a Linux-like development environment on Windows, there is Cygwin.
http://www.cygwin.com/
Jul 15, 2014 at 6:19pm UTC
thomasm1a
(4)
As JLBorges said, VS is actually free, at least for students.
Some other options:
CodeBlocks:
http://www.codeblocks.org/
Eclipse:
http://www.eclipse.org/downloads/
Netbeans:
https://netbeans.org/
Mac - Xcode
https://developer.apple.com/xcode/
Topic archived. No new replies allowed.