Check out http://www.learncpp.com/. I've spent the last two months writing a C++ tutorial. It's not done yet, but it's a good place to start. It has all the information you'll need to know to get up and running, including what compiler to use and how to install it.
So im setting out to learn C++. Okay What do i need for this and where(website)should i try to learn it from?
http://www.cplusplus.com/doc/tutorial/
http://www.cprogramming.com/tutorial.htm...
Second has some really advanced tutorials.
Reply:Excellent! C++ is a great OO language. I would recommend learning a little C programming first and then go into C. You're going to need a C++ compiler. If you are using UNIX you can download g++ for free. If you are using M$ Windoze you can check this site for compilers..
http://www.compilers.net/Dir/Free/Compil...
Next, you're gonna need an IDE or editor... something to write your code in. There are a lot of good IDEs out there. I work with Ubuntu a lot and my favorite Editor is VI. For Windoze, check out Eclipse or dev c++. Good Luck!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment