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.

Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133

4 Answers4

3

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

fouronnes
  • 3,838
  • 23
  • 41
2

Qt is the best I think.

Andrey
  • 59,039
  • 12
  • 119
  • 163
0

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

canardman
  • 3,103
  • 6
  • 26
  • 28
0

GUIs which support several platforms:

demonplus
  • 5,613
  • 12
  • 49
  • 68
Mohammad Efazati
  • 4,812
  • 2
  • 35
  • 50