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
le regime keto aviss
Non type template argument
Check if a year is leap year or not
user defined exception
non-deduced context
std::set custom ordering with composition
<string> No indirect include of <errno.h>
SceneGraph Interviewee Task
Throttle Example using a circular queue (Push all but 2 less than maxSize; then pop all but 2 of current size)
Alternation regex