I'm now studing Object Oriented programming course,and I want to do a gui and implement all rules of object oriented programming in it.
so what's the best recommend language to do gui ??
4 replies to this topic
#1
Posted 28 September 2010 - 09:09 AM
|
|
|
#2
Posted 28 September 2010 - 12:19 PM
I'd say that most GUI implementations are written in C/C++, but I"ve seen them done in Python and C# also.
I'd recoment getting Linux source and reading what they did in GNOME. A good GUI is not a trivial thing.
I'd recoment getting Linux source and reading what they did in GNOME. A good GUI is not a trivial thing.
#3
Posted 29 September 2010 - 05:32 AM
Take a look at open-source GUI-libraries (like GTK+ etc.) and study their structure.
Greets,
artificial
Greets,
artificial
Sometimes words ain't enough to express something. That's why computer scientists use double words.
#4
Posted 29 September 2010 - 09:36 AM
yes I think in gtk but I heard that it's difficult
#5
Posted 29 September 2010 - 11:56 PM
I think Qt is the way...it use more or less all aspects of OOP.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









