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
How to test call member?
7
Thread-safe Interval Average Calculator
GraphBase
Enum flags operator example
Diamond example
Recursive Call Example Sum
vf
Random values and probability distribution
DESim Example Starter Code