0
How can i make button click for my c++ code
I just want make a software and how can profile for my software just like any software we use
4 ответов
+ 4
C++ standard doesn't have any graphics library in it ,so using external libraries is the way to go.
You can either make use of a platform specific API libraries like windows.h on windows and ncurses for POSIX.
Or pick any cross platform ones like Qt and WxWidgets. You can find even more such libraries online but I think any one of these should get the job done for you.
----
usefull links :-
1. WxWidgets : http://wxwidgets.org/
2. Qt : https://www.qt.io/
+ 1
Use Qt framework for UI