Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pointer to pointer
//clang 3.8.0 #include <iostream> int main() { int value=6; int *ptr=&value; std::cout<<*ptr<<'\n'; int **ptrptr=&ptr; std::cout<<**ptrptr; }
run
|
edit
|
history
|
help
0
Exploring stringstreams
GreedyProblem1
Template arguments may contain calls to constexpr functions.
nontype template parameter produced with decltype for function
Graphs Iteration 2.1 Directed Graphs
1337
regimeketopdfb
C++ Standard Template Library
ternary test
FUCK