Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Dash-D compiler flag example
//clang 3.8.0 #include <iostream> int main() { #ifdef MACRO std::cout << "Hello world!" << std::endl; #else std::cerr << "Something wrong happened" << std::endl; return 1; #endif }
run
|
edit
|
history
|
help
0
pointer to pointer
Array-Based Heap Example Solution
illegal instruction (SIGILL)
C++ Standard Template Library
12/2
Find in vector vs unordered_map
Te
Bubble Sort Example
FUCK
Thread-safe Interval Average Calculator