1

I am working on application which need to develope in both windows and linux. I am going to develop the GUI in MFC on windows. I wanted what GUI available specific to Linux. Any body suggest me API for the linux to develop the GUI.

3

4 Answers 4

3

I suggest gtkmm. It's modern, portable and object oriented. And it doesn't use a weird pre-compiler :)

Sign up to request clarification or add additional context in comments.

Comments

2

Qt is the best I think.

3 Comments

and it's portable, so you can (mostly) use the same code on Windows & Linux (and other OSes).
Qt show some time of problem of macro.like QOBJECT doesnot support ifndef(__linux) or #ifndef __WIN32
That's not actually true. Qt uses its own macros: doc.trolltech.com/4.7/qtglobal.html#Q_WS_X11
0

Use Qt, available both on GNU/Linux and Windows. Easy to learn and use, and it have a very good documentation.

Comments

0

GUIs which support several platforms:

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.