How can i make button click for my c++ code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

26th May 2021, 3:00 PM
Leul Kahssaye
Leul Kahssaye - avatar
2 Answers
+ 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/
26th May 2021, 5:04 PM
Arsenic
Arsenic - avatar
+ 1
Use Qt framework for UI
26th May 2021, 4:16 PM
Shahghasi Adil
Shahghasi Adil - avatar