Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Callback
//Title of this code #include <iostream> using namespace std; void callback(int i) { cout << "callback " << i << endl; } void event(void(*func)(int), int i ) { func(i); } int main() { event(callback, 3); std::cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
MenuStream
Laborator 2 SD
Heap DS and Heapsort
kap03_09
kroliki
Pierwiastkowanie
Compare boost optional with the actual value
a simple tuple implementation
Rotate array
II-32bit