Getting started with C++

Am new in C++ programming and am interested in it. May you help me please to get to know the point I will start learning the language, The requirements of getting started with the language and moreso the uses of C++.
First you should get an IDE.

E.g.
Code::Blocks:
http://www.codeblocks.org/
Note that you might need to install MinGw (which actually is the compiler)

Visual C++ Express:
http://www.microsoft.com/visualstudio/eng/downloads#d-2012-express


With C++ you can any kind of program you want.
It's not that suitable for Web applications.

There're loads of libraries out there like boost:
http://www.boost.org/

or GUI:

http://www.wxwidgets.org/
http://qt.digia.com/
hey thanks for your help may you help me with your email address for more support
Also watch this series as it has helped me A LOT.

Installing an IDE(Visual C++ Express): http://www.youtube.com/watch?v=WYbeLBVG34I
First Lesson: http://www.youtube.com/watch?v=JlcPIjCTxLk

And so on.
Topic archived. No new replies allowed.