+ 2
How can I build a pc software by c++?
I know everything about c++ but I wanna build my special software in my laptop by c++. What is the next step?
3 Respostas
+ 5
Download Microsoft visual studio, community edition. Build you’re program there. Hint, there’s a lot more to it than what SoloLearn teaches. You’ll need to learn about the windows programming frameworks.
+ 2
You need to learn GUI library. Qt and GTk are most popular libraries for making GUI apps.