0
How do i make a ongui without to much hassle
2 Respuestas
+ 1
Well the only way to make a GUI in c++ is to use kernel calls depending upon the operating system you use. Google documentation for GUI in your specific operating system.
OR
Google a third party API that simplifies the process.
0
thanks