0

Which programming languages used to make the GUI

13th Jun 2020, 5:53 PM
Mgasa Lucas
Mgasa Lucas - avatar
4 Respuestas
0
Anyone to give me the direction in that question..
13th Jun 2020, 5:54 PM
Mgasa Lucas
Mgasa Lucas - avatar
0
C++ has got many libraries for GUI and I would suggest using any one of the. I personally prefer using Qt (pronounced Cute) which I guess is really well integrated. The good thing I find about Qt is the QML(Qt Markup Language) which is a very intuitive way of designing a GUI.
13th Jun 2020, 6:20 PM
Anubhav Mattoo
Anubhav Mattoo - avatar
0
win32 api (win32) mfc (win32) wtl (win32) qt wxwidgets embarcadero gtkmm fltk boost.ui i personally use win32 (windows) api, which gives full control. besides all of these x-platform libs call win32 api at the end.
13th Jun 2020, 8:24 PM
Flash