ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Creating a GUI based exponent calculator - English

768 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.