Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Precendence of Pointer Indirection Example
//g++ 5.4.0 #include <iostream> int square(volatile int *ptr) { return *ptr * *ptr; } int main() { int a = 4; std::cout <<"Square of "<<a<<" is "<<square(&a)<<"\n"; }
run
|
edit
|
history
|
help
0
Project Euler - 113
Iviewb
Two-phase sample with GCC
inorder traversal
cache_node.cc
Dar
Variadic template example
Graph Theory On Strings
runtime template mode processor
rotation