C++ Tutorial

Does the tutorial on this site cover everything one C++, if not what else should I study to have a full understanding of C++?
Does the tutorial on this site cover everything one C++
Nope it mostly does not cover C++ additions and frankly some tutorials would benefit from teachin to use newer C++ feature right away and not starting with old and discouraged techniques. Still they are good tutorials. Also in 2014 they would be out of date againg (When C++14 came out)
to have a full understanding of C++?
http://www.acartoofar.co.uk/wp-content/uploads/2010/03/Teach-yourself-C++-in-21-days.png
Note the time duration.
what else should I study
http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
Also http://www.learncpp.com/
Last edited on
> Does the tutorial on this site cover everything

No.


> if not what else should I study to have a full understanding of C++?

If you are looking for good web-based C++ tutorials, this is probably the most comprehensive: http://cppannotations.sourceforge.net/annotations/html/
However:
The reader should be forwarned that extensive knowledge of the C programming language is actually assumed. The C++ Annotations continue where topics of the C programming language end, such as pointers, basic flow control and the construction of functions.

If you are not familiar with C at all, you would require some preparation. This is a reasonable online resource (C89, which is all that is required):
http://publications.gbdirect.co.uk/c_book/
Topic archived. No new replies allowed.