+ 4

Can we create button input using a c compiler(like gcc)?

I want to create a calculator that will look like a calculator. It will have a interface like a real calculator. So it will be graphical. Can I do it with C compiler?

15th Aug 2017, 3:07 PM
w_arafat
w_arafat - avatar
1 Answer
+ 5
yes,you can,but you will need to use some graphic library or frame work like wxwidget,qt,gtk+ or MS API like MFC or WPF or lots of others.
15th Aug 2017, 3:54 PM
Highman
Highman - avatar