+ 3
How do i create a button and assign some task to it on C and C++?
5 Antworten
+ 8
You can use wxWidgets on Code::Blocks as a start
+ 6
You may need Visual Studio as a start.
+ 5
Sonic is right you cannot do it in the code playground.
You need access to a graphics library.
In short it may take time to learn to make.
Using C/C++ you have to do it from scratch.
+ 4
If you get a modern C/C++ IDE. ( Not turbo C++)
You can be prepared for GUI programming.
Then you can use from a game engine to a media library.
0
Lol