So I just finished my last assignment from my C++ class. I learned the usual, loops, arrays, structures, and classes/header files.

Now I want to go the next step, but have little clue of where to go.

I was thinking vectors (since I heard they are better than arrays for some reason) and/or Windows programming.

Any reasons why I shouldn't do those or any suggestions on what to add?

Thanks

Edit: Also tried threads with Boost, wayyyy to complicated for me