Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
const example
//Title of this code #include <iostream> int main() { std::cout << "Hello, world!\n"; int i=10; const int j = i; int &ref = i; printf("Before modify: i = %d, j = %d, ref = %d.\n", i, j, ref); ref++; printf("After modify : i = %d, j = %d, ref = %d.\n", i, j, ref); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Exempel 1
პირამიდის პერიმეტრი.ფინალური
HCF
2720
TemplateDoubly
Programa 3(Creo que ya esta)
2015(M2)Mod.
LRU cache
floyd alfa 1
virtual function role
Please log in to post a comment.