Reputation: 7630
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.
Upvotes: 1
Views: 570
Reputation: 4038
I suggest gtkmm. It's modern, portable and object oriented. And it doesn't use a weird pre-compiler :)
Upvotes: 3
Reputation: 3263
Use Qt, available both on GNU/Linux and Windows. Easy to learn and use, and it have a very good documentation.
Upvotes: 0