Please help!!! I wants to write a program for simple calculator but i dont know how to write | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please help!!! I wants to write a program for simple calculator but i dont know how to write

i able to write a program which i have seen . but im not able to write a program which i never seen like calculator, factorial, and many more. so please any one tell me what is the common procedure for all programs. in c++

24th Aug 2017, 5:21 PM
Bhupendra Dangwal
Bhupendra Dangwal - avatar
3 Answers
+ 3
you will have to create layout of calculator like button and input field and have to add functionality to each button so that it can perform its action you can do it using Html JavaScript and css. get help from stackoverflow or any other active forum
24th Aug 2017, 10:23 PM
Amrendra Kumar
Amrendra Kumar - avatar
+ 2
There are plenty of calculators in the code section. Study how they did it and combine it with your knowledge. Maybe you come up with a totally new way to crack the problem!
24th Aug 2017, 10:49 PM
winfrjd
winfrjd - avatar
+ 1
There is no "common procedure" for all programs. There's not much we can actually do to help you here, though I can give you some advice. Study a lot, learn programming from whatever sources you find, practice your skills often, and pace yourself if necessary. Also, don't be afraid to check out the Code Playground and learn from a few examples there.
24th Aug 2017, 6:44 PM
DaemonThread
DaemonThread - avatar