PDA

View Full Version : Project on QT



mukeshkini
24th August 2011, 11:10
Hello everyone!

I am doing my Masters in Embedded Systems @ Manipal University, Manipal, Karnataka, India.

I would like to do my Project on QT as in, develop a app on QT. So could anyone of you tell me as to how feasible this would be? Is the knowledge of C sufficient to develop a application on QT?

Your help would surely be helpful.

Regards
Mukesh

Rachol
24th August 2011, 11:28
Yes, the first step however would be to watch some qt tutorials, which will help you to evaluate on your own if your skills are sufficient to do that. In general Qt is very developer friendly.

high_flyer
24th August 2011, 11:33
Is the knowledge of C sufficient to develop a application on QT?
Practically speaking, IMHO no.
Qt is a C++ lib, and you will find it hard if you are not used to thinking in OOP terms.