Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
|
Privacy
reference
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 #include <iostream> using namespace std; int main() { int num = 10; int &refnum = num; cout << "num =" << num <<endl; cout << "&num =" << &num <<endl; cout << "&refnum =" << &refnum <<endl; cout << "refnum =" << refnum << endl; std::cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
jkljklj
ordinary queue
virtual test
OS_checker
variable template not supported
Wrong type deduction of std::valarray expression
Implements.cpp
Generic EventProvider
MSVC14 <experimental/generator> header
unresolved external symbol
Please log in to post a comment.