Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
BinaryGap, C++ - Find longest sequence of zeros in binary representation of an integer.
CS1428 SI Tuesday
Atomic trivial default constructor
LOOL
What's the problem with this?
Reverse polish notation
virtual members
U2
MY FIRST OBJECT ORIENTED PROGRAM
Linker error while taking the address of a constexpr variable