0
Can i write GUIs in C++ for Windows, Mac and Linux from scratch or which GUI library can I use.
1/24/2021 3:21:09 PM
3 Answers
+7
There are several gui libraries you can use to creat gui with C++. Some of them include Qt, GTK, WxWidgets etc.
If you want to write GUI from scratch on windows you will have to use Win32 library.
Send us a message