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
A
Graphs Iteration2 Directed Graphs
Optional conversions
hello world
regimeketopdfb
is_convertible
Virtual Function Example
U2
Forgetting to check end
Vector examples....