Hi all
I am familar with the principals of programming (I use VB .Net, ASP, PHP, Javascript etc...) but would like to start looking at C++.
Can anyone recommend a good beginners guide to C++?
Thanks
Have you ever done any object oriented programming, or know any object oriented theory? If not an object oriented theory book with the examples in C++ may be advantageous. . .
Correct me if i'm wrong but isn't VB .Net is an OOP?!
Correct me if i'm wrong but isn't VB .Net is an OOP?!
Based on the types of languages you say you have used so far then I think you would be best to spend some time with C before tackling C++ (and therefore the K&R book would be best). I'm sure others can suggest good "intro to c++" type books if you plan to dive right in.
I disagree. I work with people who've moved to c++ from C, and some who've come into the language with no prior experience - the latter are *all* better c++ developers. Less baggage, and less bad habits to 'unlearn'.
Seems like you are focused more on the web development side of languages. Do you want to learn C++ for a specific reason? C# would be my preference to learn for web development language.
Seems like you are focused more on the web development side of languages. Do you want to learn C++ for a specific reason? C# would be my preference to learn for web development language.
Yes I want to start developing applications for Aros.