Write your question here.
Hi people i just finished a c++ book i learned about :if statement,variables,string,while(and other loops like else if),classes,arays,vectors objects,functions,arethimc operators,and ofcuorse the fstream.But now i dont know what to learn every book couvers the same thing.
I would also start applying your knowledge to writing some actual programs. I don't know what book you used or what it covered, but making things like a calculator, Tic-Tac-Toe, any card game (blackjack, go fish, crazy 8s whatever...) makes you apply what you've learn to making something functional and real.
It would be easier to guide you if you would say what you want to do in programming though.
i am not trying to make games or anything i am trying to learn a programming language and people used to tell me you cant learn by remeabering the classes from the stl.but i know http://www.cplusplus.com/reference/stl/ all i wana ow is to learn
You don't need to memorize the STL. You just need to be able to use it should the need arise. Go with this:
I would also start applying your knowledge to writing some actual programs. I don't know what book you used or what it covered, but making things like a calculator, Tic-Tac-Toe, any card game (blackjack, go fish, crazy 8s whatever...) makes you apply what you've learn to making something functional and real.