Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Fun with Pointers #1
// pointer example from diagnostics #include <iostream> using namespace std; int main () { int *foo, *foo2; foo = new int[5]; for (int i=0; i<5; i++) { foo[i] = i; } foo2 = foo; foo2++; cout << foo2[0]; return 0; }
run
|
edit
|
history
|
help
0
Atomic trivial default constructor
Throttle Example (Send two requests every two seconds)
boost tokenizer
Test size_t
Test bitfields with unnamed union
overloadresolution
specialized template
Linear search
Recursive Enumeration Example
Task on Задача C. Белочка