Can i write GUIs in C++ from scratch | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

24th Jan 2021, 3:21 PM
Madubuike David
Madubuike David - avatar
2 Answers
+ 7
There are several gui libraries you can use to creat gui with C++. Some of them include Qt, GTK, WxWidgets etc.
24th Jan 2021, 3:22 PM
Arsenic
Arsenic - avatar
0
If you want to write GUI from scratch on windows you will have to use Win32 library.
24th Jan 2021, 4:14 PM
Kry$tof