Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Tilted uniform distribution random number generator over min/max range
applidiumResto_corrigé
uniq ptr
SceneGraph Interviewee Task
Division by zero exception example
nontype template parameter produced with decltype for function
C++17 function traits not works
Uno
Arduino Bluetooth Periodiek Systeem
Расстановка восьми ферзей на шахматной доске так, чтобы ни один не угрожал другому - C++
Please log in to post a comment.