Kimi
Kimi

Reputation: 324

GUI Development on Unix and Windows Server

What tool (language) should I choose to Develop a GUI if I am familiar with c/c++ and concepts of oops such that it enhances my c/c++ skills more rather than learning a new language.

Upvotes: 0

Views: 414

Answers (3)

user1356386
user1356386

Reputation:

I like WxWidgets a lot. It works well on Linux, Windows and Macs. I've used it for several small applications. Also, if you don't care about native look and feel, you may like FLTK too. I've had good results with both of those in C++.

Upvotes: 1

Israel
Israel

Reputation: 446

I will use Java and Swing or even JavaFX

Upvotes: 0

Kidus
Kidus

Reputation: 1833

QT and C# would work since you already know c/c++

Upvotes: 2

Related Questions