tutorial for C++

hi…
i have learnt c++ till 12th level and wish to learn further but with the help of practical knowledge and not on bookish data. please suggest where i can find further knowledge as well as computer problems to enhance my programming skills

  1. Tutorials Point

  2. Cplusplus

For practice solve problems on codechef, codeforces etc

Just start solving problems…

It will be a benefit to you as many High level coders code in C++ so at point when you’ll not able to solve a problem refer to editorials and try to implement it and you may read the best running time codes.

From there you will get to know more about c++ and so start exploring them…

Also for C++ you must start with learning Standard Template Library

You may find a number of links for STL just google it, one of good link to start with is : TopCoder Feature Articles

Best of Luck…

Enjoy Coding in C++ … :slight_smile: