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
Class operator overloading the subscript and boundary check for array
appliWall
sfinae
Dynamic call
DESim Example Starter Code
HTML Timetable generator.cpp
mpi_distributed_sort
Расстановка восьми ферзей на шахматной доске так, чтобы ни один не угрожал другому - C++
Non type template argument
std::function ambiguity clang