Pieplup wrote:
I want to learn C/C++ to develop programs possibly for a career path. So I'm wondering how did You (Assuming you know C/C++) I think it is a good place to start. I'm okay with Html. It's alot like BBCode. Though I think C++ Would be a good choice for a first language cause it is very Common.
C was one of the first languages I learned, but I like C++ better because it looks cleaner, and I'm a visual person.
For C++, to do hard core programming as a career path, I would go the CS route and take a few C++ courses at a college. They are getting more difficult to find as many colleges are phasing them out in favor of Java, but I don't think C++ will go the way of FORTRAN any time soon.
Also, there are a lot of C++ books. They are usually thick beasts that are needlessly complicated, but two that I highly recommend are one ofthe C++ for Dummies books to start, and
C++: Classes and Data Structures by Jeffery Childs for the concepts in the name of the title. By far these two are my favorite C++ books.
C++ is one of those languages, where if you know, it's often easier to learn other languages.