Tag: programming

What is the best API for programming GUI applications in Unix and Mac systems?

Posted by – Juli 10, 2011

Question by booleanyesno: What is the best API for programming GUI applications in Unix and Mac systems?
I’ve heard of GTK+, Cocoa API and others, but which API do you recommend to learn to program applications for Mac, and other Unix/Linux systems like Redhat and SuSE?

Best answer:

Answer by David D
It is somewhat subjective.

I would probably go with QT since, as far as I can tell, it is supported on OS X without the need for the user to install an X server.

What do you think? Answer below!

What programming language should I use to create a software that would run in both Linux and Windows?

Posted by – Juni 26, 2011

Question by thameera2007: What programming language should I use to create a software that would run in both Linux and Windows?
I need to write a typing tutor software that would run on both Linux and Windows. What is the best languages I need to do this? I have some knowledge in C++, C# and Java

Thanks!

Best answer:

Answer by fern11357
There are two good ways to do this. One is make it java. There is a freebie java environment you can download from sun called netbeans at http://www.netbeans.org/ . it is a complete IDE. The other way is C++ using wxWidgets framework. with wxWidgets, you can use any IDE (borland or microsoft visual studio etc). The catch is that you have to compile it natively for each environment you want to run. So if you develop on windows, you will need to setup another compiler on linux, copy the source code to that environment and recompile. The advantage is that it runs much faster that way. checkout the links and see which you prefer.

Know better? Leave your own answer in the comments!


Powered by Yahoo! Answers

Seite 1 von 512345