Advice

hello I am a beginner in c++ , I have learned iostream , templates and those things and I want to continue learning but I am not sure what to learn next ..I want to learn everything but I don't know what should I do next .. I don't know what programs could I make with iostream ..for what is iostream being used?what library should I learn next?? I have learned iostream from the jesse liberty-s book " c++ for 21 day by SAMS". I am thinking about qt3 because I have a book c++ gui programming with qt3 by mark summerfield and jasmine blanchete.
Depends. Why do you want to program? Do you have some end goal? If so, work towards that.
Don't use qt3, it's legacy.
Use Qt4.8, or Qt5.
(Qt5 is pretty new, there were some big overhauls and not much documentation on known problems yet, which is why I use Qt4.8).

I want to learn everything
This is something that never happens. So don't stress about it :P

GUI programming isn't a bad thing to learn. Qt is a really well put together framework, and I would recommend it.

You might want to look into graphics programming as well, to which I would recommend SFML2.0 (www.sfml-dev.org)
Thank you guys ! im gonna start looking for qt 4.8 tutorials .
well I would like to learn game programming 2d for a start and I would like to make programs with GUI for any companies ..but It is also interesting to make crypters keyloggers and stuff like that.. I really want everything..xD
for what is iostream library being used mostly?
for what is iostream library being used mostly?

First off, it's a header not a library.

iostream stands for input/output stream. It just managed input/output in stream form.
Topic archived. No new replies allowed.