Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
mpi_distributed_sort
//clang 3.8.0 #include <iostream> int main() { std::cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
Throttle Example in C++
7
Compute Power Manually
List comprehension in C++ using functional patterns
Throttle Example using a circular queue (Push all but 2 less than maxSize; then pop all but 2 of current size)
Composite pattern
Maze problem solution
why
FUCK
Unlike C (even C99/C11), C++ allows initializers in if-conditions, so this compiles.