Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Dat pointers
//clang 3.7.0 #include <iostream> int main() { int *val; int a = 42; val = &a; int k = a; // k == 42 std::cout << a << "\n"; std::cout << val << "\n"; std::cout << k << "\n"; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
vf
FUCK
<string> No indirect include of <errno.h>
Example of custom deleter to manage a resource.
Test bitfields with unnamed union
K combinator - Lazy evaluation
Throttle Example (Send two requests every two seconds)
template specialization inheritance problem
appliWall
What's the problem with this?
Please log in to post a comment.