What do i do in C++ now?

So i have learned the basics of C++ like arrays, new operator, memory management, headers structures, loops, basic text file stuff basic stuff. but i am moving on to OOP. ok so just assume i have finished learning OOP. What more should i do in C++?
You should probably learn classes and functions next (Unless you just didn't mention those)

After that I would recommend learning about more advanced expansions to what you know, such as vectors or recursion.
Develop some useful applications.

Try to reverse engineer anything that interests you.
Topic archived. No new replies allowed.