With few years of experience with Java I decided it’s time to take the time and learn C++. I just compiled and run my first C++ with eclipse (of course) and would like to take it one step fw – I wish to build a GUI.
Question: what GUIs are available to C++, something that is an open-source and runs on Mac and eclipse.
Some have mentioned Qt, some wxWidgets.
A quick rundown on crossplatform gui toolkits that you could try:
Those are the big ones with the most momentum behind them. There are countless others to also consider.