Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
My calculator
#include <iostream> #include <cmath> using namespace std ; class Calculator { public : int x ; } ; int main() { Calculator myObj ; myObj.x ; cout << "Enter your number! \n" ; cin >> myObj.x ; cout << "Your number is! \n" ; cout << log(myObj.x) ; return 0 ; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
bin search
Varadic macro
Segment Tree
base and derr con
C++
abraham
Lotto random number game {modify}
Display all prime numbers upto N without sieve
-Wall -std=c++14 -O0 -o a.out source_file.cpp
Parenthesis checker
Please log in to post a comment.