What should i learn now

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.
Have you learn the STL http://www.cplusplus.com/reference/stl/? For loops? Some useful other libraries to learn could be:

http://www.cplusplus.com/reference/cmath/ (if you think you're going to do games/maths)
http://www.cplusplus.com/reference/random/ (generally quite useful I have found)

You might also want to look at learning anything you think you might use from Boost (http://www.boost.org/). Useful reference: http://en.highscore.de/cpp/boost/

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.
ok tell me wehen you learned the basics which i have learned what did you study
I wrote a program to play Blackjack against a dealer, casino rules.
Topic archived. No new replies allowed.