Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
static_cast makes a copy
#include <iostream> void change_one_print_other( int& a, const int& b ) { a = 0; std::cout << b << "\n"; } int main(void) { int x = 5, y = 5; change_one_print_other(x, x); change_one_print_other(y, static_cast<int>(y)); }
run
|
edit
|
history
|
help
0
Wave Sort
Maximum product subarray
Sieve Of Eratosthenes
Eratosfen final
Exempel 2
Dejalo a la Suerte
2222aaaa
chocolate Distribution Problem
/
dia