tutorial level

I would like to know how complete is the tutorial on this website. Does it reach a good level or is it just the basic of C++ ??
It will teach you the key concepts of c++(which is a lot!). But it is a large language so it's not possible for everything to be covered.
If you read the tutorial on this site you will know everything you need to understand most of the C++ code you may find.
It doesn't explain 'everything' but it is a good starting point

The tutorials cover only C++ language and, standard I/O and file I/O to get good information on the standard library you should also read the Reference section. It doesn't have tutorials but every single std function / class is explained and is shown in a simple example on the end of the page
Ok cool, so if I understand well, by reading and learning these tutorial and reference I will get the "tools" and after that I need to practice to be able to do some real work.
Thank you anyway.
Yes, you don't really need to 'know' much more than the tutorial, you can learn everything else you need to become a good programmer only with experience
Topic archived. No new replies allowed.