Recently I learned all about C++ that means just completed a C++ book and lot of tutorial. Still I'm working on console. Everyday I still making one or more simple input/output program on console. But Now I want to start with a framework. But how do I start that?. I want to start with Qt and I collected a lot of video tutorial and some books but those are not for beginners.
I want to make some apps which can work over LAN and Internet and want to use cross platform for this reason I want to start with Qt. Is it better to start with Qt ?
Is there any good book that I can buy or download ?
Is there any Qt programmer ? Please help me. Because I need help/advice/suggestion. I'm really excited to develop GUI application.
You are currently designing simple console applications.
As you jump into Qt, you won't want to get into networking right away. Start off by designing a simple GUI. For example, open a main window with one button, then when that button is clicked, open a message box.
Once you've got that, your ready for something a little more complicated. Make a calculator or something.
I like the Qt Creator graphical interface, but it also takes you away from C++ a little bit as half of your class is in an XML file and not in C++. Still, I recommend it. It's just a little confusing at first regarding how to interface with the automatic ui class.
Thank You for reply... :-)
Can you tell me which part of C++ is most important for learning Qt.
I heard that all part of C++ is not necessary for learning Qt. Is it real ?
Is there any specific part that I need to be expert ?