25 May
2004
25 May
'04
00:08
You may also want to first want to improve your general C++ skills a little before jumping into QT. QT is a great toolkit to use for GUI programming using C++, but a good understanding of C++ makes it a lot easier. Look for some C++ resources on google, or get a good book from the library, and most of all, keep trying and asking questions.
If learning Qt is your goal, have a look at PyQt. Python is much easier to deal with than C++, especially for the inexperienced. --
eatapple core dump