Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
xxx
복소수 클래스 생성하기
trying to find if reinterpret_cast preserves calling convention
MSVC-IsBaseOf
#30.2
hangman
ToString library for C++
CStringA
c++
#26.fix
Please log in to post a comment.