Creating a GUI based exponent calculator - English

251 visits



Outline:

* Learn about an exponent calculator, * Adding Edit box for base to take user input, * Adding Edit box for exponent to take user input, * Adding a Text box to display the output, * Adding a Pushbutton for calculation, * Writing Tag and String for all the objects, * Auto-generate a Scilab code using GUI Builder toolbox, * Write a callback function, * Use of strtod command, * Test the GUI.