Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
First
Fun with Pointers #1
Maze problem solution
New wall
radixSort
Erase a std::unordered_map::local_iterator by key
std::function ambiguity clang
move_string
Template arguments may contain calls to constexpr functions.
Uno
Please log in to post a comment.