Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
PreprocessorVsNamespace
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> #define bar 222; namespace aaa { struct bbb { int foo; int bar; }; const bbb myB; } int main() { std::cout << "Hello, world!\n"; std::cout << "aaa::myB::foo:" myB::foo << "\n"; std::cout << "aaa::myB::bar:" myB::bar << "\n"; }
run
|
edit
|
history
|
help
0
Insertion vs Sort
"Mostly invalid states" and unordered_set
c++functor
Problem_rstring_1
Title
students grade
Visual Studio 2015 Compiler Bug: 64bit multiplication
hangman
std::string
Iterate_Variac_Template