How can i create my scientific calculator | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i create my scientific calculator

is it possible though?

26th Dec 2016, 12:37 AM
PERSEVERANCE
3 Answers
+ 1
Yes, you can do the operations on your own, but for sqrt and pow use #include <cmath> as your header for C++11 and C++14
26th Dec 2016, 1:21 AM
Kourosh Azizi
Kourosh Azizi - avatar
+ 1
If you plan to create a graphical calculator, you need also to use graphical user interface ( GUI ) library...
26th Dec 2016, 9:58 AM
visph
visph - avatar
0
yes, it is possible. you can use math library to use advance mathematic operations including functions like sin x , cos x, pow, sqrt etc.
26th Dec 2016, 1:13 AM
Ravi Kumar
Ravi Kumar - avatar