PDA

View Full Version : Cross Platform Application



681ankit
October 3rd, 2012, 10:06 AM
I want to create a web browser as my project in college ..I use ubuntu 10.10 in PC for more than 1 yr..So i am quite easy with it but now When i want to develop a application that also run on windows platform I would require to install Windows Os on my pc and use C /VB ...But i don't want to do this ..So please tell me which language / software package should i use to create that application ...

Don't tell me to use JAVA please...I need some another option..

Lars Noodén
October 3rd, 2012, 10:13 AM
Try looking at the Qt and GTK+ toolkits. They will give you cross-platform capabilities while building a GUI-based application. They have bindings to several languages so you do have further choice.

681ankit
October 3rd, 2012, 10:18 AM
Yes.I am trying it now.thanks