Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
std override
#include<iostream> #include<cmath> int abs(int a){ std::cout << "mine!\n"; return a > 0? -a : a ;} int main(){ int a = abs(-5); int b = std::abs(-5); std::cout << a << std::endl<< b <<std::endl; return 0; }
run
|
edit
|
history
|
help
0
Calculate sum between two numbers using for-, while-, and do-while loops
problem_binary_4
MyCodeWindows
msvc compile optimization demo...
error_code example
#8
virtual inheritance
Multiple inheritance of empty classes - sizeof
OS_checker
enable_if::type