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
marquee text in C++
Tree Example
Recursive Enumeration Example
Tilted uniform distribution random number generator over min/max range
Reverse polish notation
Balanced Insert Example
Clang-IsBaseOf
INHERIT_CTORS default constructor
template specialization inheritance solution
2574 EC