+ 1
How to create a GUI in C++?
I want to code a music tracker (like famitracker) but I have no idea about how to make the GUI. I studied electronics engineering, so I know C/C++, but I never needed a GUI, so I have no idea where to start. Tbh, I don't have any plan yet, I just want to learn how to make a simple GUI first and then I can continue with the rest of the project. Any advice is well received. Thanks!
1 Answer
+ 7
There are many ways. I recommend to look into Qt. It's a huge cross platform framework, that allows GUI programming and much more. Search "Qt C++ GUI" tutorials on YouTube to get an impression on what it's about.