For a beginner, where is the best place to learn C++?
Please don't recommend a physical book, as I do not learn well with books (as far as programming goes). eBooks are okay.
Anyone have any recommendations?
9 replies to this topic
#1
Posted 05 November 2011 - 04:44 PM
|
|
|
#2
Posted 05 November 2011 - 04:55 PM
Accelerated C++: practical programming by example (Accelerated C++ Practical Programming by Example - Free eBooks Download)
#3
Posted 05 November 2011 - 05:22 PM
If you are able to, I would recommend a class. That's how I started learning, as I'm a Computer Science major in school. I'm a freshman this year, and my professor is terrible at explaining things, but if you can read the syntax then you'll be able to follow along. The best way to start out would be watching videos and or reading. Doing both would be pretty good too. Hope it helps.
If you're looking for someone to work with, I'd gladly work with you and give you a few basic lessons on how to start out. Hit me up on Skype or PM me.
If you're looking for someone to work with, I'd gladly work with you and give you a few basic lessons on how to start out. Hit me up on Skype or PM me.
#4
Posted 05 November 2011 - 06:29 PM
I wouldn't say it's the best, but C programming.com - Learn C and C++ Programming is where i learned from.
Latinamne loqueris?
#5
Posted 05 November 2011 - 06:33 PM
If you like videos instead of books you should look at XoaX.net Console C++ Video Tutorials. They're sorta game based, but good learning I think.
~ Committed.
~ Committed.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#6
Posted 05 November 2011 - 08:22 PM
Thanks so much for the recommendations!
#7
Posted 06 November 2011 - 10:17 AM
Also, learn how to read reference material. No programmer will memorize all the libraries of a language but if you can read reference properly and understand how to use a method or class from it then you will be able to pick things up very quickly.
Are you new to c++ or programming in general?
Are you new to c++ or programming in general?
#8
Posted 06 November 2011 - 12:29 PM
agnl666 said:
Also, learn how to read reference material. No programmer will memorize all the libraries of a language but if you can read reference properly and understand how to use a method or class from it then you will be able to pick things up very quickly.
Are you new to c++ or programming in general?
Are you new to c++ or programming in general?
I'm new to C++, I've decided to learn C, then C++, but figured I could get a good jump start with C++ by having the necessary resources for when I am ready.
#9
Posted 06 November 2011 - 03:44 PM
C/C++ are very similar languages. One of the differences is that C is a more low-level language, while C++ is more object-oriented.
* * *
I also learned C++ from cprogramming.com, but then I realized that most of the language structures are actually C, with some additions, which make it C++.
* * *
I also learned C++ from cprogramming.com, but then I realized that most of the language structures are actually C, with some additions, which make it C++.
#10
Posted 07 November 2011 - 11:17 AM
check cplusplus.com - The C++ Resources Network they have great tutorials
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









