0
Can i write GUIs in C++ from scratch
Can i write GUIs in C++ for Windows, Mac and Linux from scratch or which GUI library can I use.
2 Antworten
+ 7
There are several gui libraries you can use to creat gui with C++. Some of them include Qt, GTK, WxWidgets etc.
0
If you want to write GUI from scratch on windows you will have to use Win32 library.