Question:
What software do I need and how can I learn C++ programming?
2013-07-30 12:28:20 UTC
I would like to start programming in my free time and I need some guidance to help get me started. What are the essentials I need to start C++ programming and are there any useful websites that will be able to help a beginner.
Three answers:
?
2013-07-30 19:56:55 UTC
1. compiler and, optionally, IDE. The most convenient choice depends on your favorite platform: FOr Windows it is Visual Studio (2010 or later, the Express version is free), for MacOS, it is XCode, for Linux, command-line compilers are generally easier to use (gcc, clang, or intel)

2. texbook: see http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list for the list

3. as far as websites go, bookmark http://cppreference.com
2013-07-30 19:44:02 UTC
You just need an IDE and some free time to get started.

IDE = Integrated Development Environment



Some good IDES that I recommend are:



BloodShed Dev C++ (http://www.bloodshed.net/devcpp.html)

Codeblocks (http://www.codeblocks.org/downloads)

Eclipse C/C++ (http://www.eclipse.org/downloads/moreinfo/c.php)



Goodluck!
?
2013-07-30 19:31:42 UTC
For an IDE, I suggest using Visual Studio. The Express version is free.



For learning C++, just look up some tutorials online. LearnCPP.com is a good place to start.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...