need to advance further in c++

Hi, fellas! I've learnt c++ in high school but that's limited to OOP introduction and a little bit of everything. I feel like I need to learn more, perhaps to improve my skills in programming (just out of interest)... I just don't know how to begin with or what to do. Any suggestions?
Start by learning modern C++, from scratch if you have to.
Read a book like "Accelerated C++" if you have no idea of the standard containers, templates, iterators, etc.
Otherwise try something like "Effective C++".

A very good way to advance your knowledge is by trying out projects which you think is out of your capability.
Topic archived. No new replies allowed.