Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Where/how do i start learning C++?
Please i need to learn it and i have now idea where to start. Do i need a compiler?
4 Answers
- Bryan 2.0Lv 47 years ago
Some people may tell you to learn by "just start coding!" This is completely asinine. You need to really know HOW the code works, and you can only learn that by READING a book or detailed tutorials WHILE you're coding.
Download Code::Blocks IDE. Choose to install compilers (I recommend gcc/g++).
Get a book on C++ if you're serious. Torrent one if you're poor.
- 7 years ago
You can get a free Integrated Development Environment (IDE) from here: http://www.bloodshed.net/devcpp.html
Or from here: http://www.codeblocks.org/
If you're cautious about clicking links, you can Google the term "free C++ IDE" and choose whichever of the results you prefer.
You can learn C++ using the information provided by this Web site: http://www.cplusplus.com/doc/tutorial/
- Anonymous7 years ago
Some of the good online resources for learning C++
http://www.tutorialspoint.com/cplusplus/index.htm
http://thenewboston.org/tutorials.php (provide free video tutorials)
http://www.cprogramming.com/tutorial/c++-tutorial....
You can either test your code online or your need a compiler for it.
- 7 years ago
You can get a friendly book for beginners that explains every beginning step in details. Try C++ For Dummies.