Completely new to C++...

So I have no knowledge of C or C++ at all, can you recommend any good books for complete beginners like me to understand (the basics of) C++?

Thanks in advance,

The Woodchopper
Accelerated C++ and C++ Primer (not to be confused with C++ Primer Plus) are the two normal beginner books I've seen suggested here. I can't really get into which is good, but can't hurt to read one of them :).

You could also read the tutorials on this site as they are good and free. Then ask questions here in the forums to get help on confusing concepts.

http://www.cplusplus.com/doc/ which has the tutorial and some appendices to read.

The tutorial is available in PDF form: http://www.cplusplus.com/files/tutorial.pdf
Last edited on by closed account z6A9GNh0
idk about books but i use xoax.net video tutorials. if you decide to go with it, stop at each project and solve it yourself before you look at the provided code.
Alright, thank you both, I'll take a look.
Topic archived. No new replies allowed.