+ 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?
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.