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
Removing __unaligned specifier partial solution
VS2013 hello world includes
#21.2
Regex failure
hangman
MSVC alias template
Multiple inheritance of empty classes - sizeof
ordinary queue
upper_bound With binary_function Visual Studio 2008 Bug?
infix to postfix v 3.0 with improved eval()