Standard GUI libraries in C++

Question:

Switching from Java to C++ . Java had standard libraries like AWT , Swing , JavaFX for creating user interfaces.

What is there for this in C++ ?

Answer:

There are no standard GUI libraries in C++.

There are third party libraries like: Qt, wxWidgets, JUCE, Nana, eGUI, etc. As well as own solutions from Microsoft, Borland (now Embarcadero Technologies).

Scroll to Top