Guys help me to learn C++

I just learning c++ about 3 days but overall i'm working in cmd app.
How can I work with gui mode?
Is it necessary to learn cmd mode for gui mode?
Last edited on
Command-line application programming is simpler to learn initially. GUI code requires greater understanding of the language, which is why one typically starts out that way.

Here's a site with video tutorials (including GUI tutorials) that are easy to follow:
http://xoax.net/comp/cpp/
You should not worry about GUI programming after learning C++ for 3 days, unless you are some kind of friggin genius!

Please, please, learn the basics first!
Thanks. . . Mainly I want to develop apps with Qt for maemo, win 7 & symbian^3. Please suggest whats the right way for me.
I want to develop apps with Qt for maemo, win 7 & symbian^3

How to learn Qt: http://doc.qt.nokia.com/4.7/how-to-learn-qt.html
caveat (there's always one :\) -"We assume that you already know C++ and will be using it for Qt development."

Random thoughts: why can't anyone write a book (or tutorial) on something like learning C++ with Qt (or whatever)?
Same thinking here.
I have a book named"C++ gui programming with Qt" but it's not for beginners.
I think if i spent 5-6 years with c++ then I'll work with Qt. But it's a very long duration to learn c++ then Qt.

I collected some of c++ books but all are write with cmd mode.
:-(
Topic archived. No new replies allowed.