Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
defined(FOO)
#include <iostream> #define FOO #define BAR defined(FOO) int main() { #if BAR std::cout << "BAR enabled!" << std::endl; #else std::cout << "BAR disabled!" << std::endl; #endif return 0; }
run
|
edit
|
history
|
help
0
C++ instantiation
Wide string to lowercase
лаб1
c++ eval - double numbers v1.0
Full System Specifications version 2
Full System Specifications version 3
MyCodeWindows
progrm_1
Hello World
std::is_same doesn't check calling convension