Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
!Enum
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> int main() { enum { A = 1 } MyEnum; std::cout << (0xFF) << std::endl; std::cout << (0xFF & !A) << std::endl; std::cout << (0xFF & ~A) << std::endl; }
run
|
edit
|
history
|
help
0
narrow_cast
Hangman
Template float/int comparison
enable_if::type
#26.fix
Error with move capture of a const ref in a lambda function
LinkedList
unresolved external symbol
const reference life time extension
RVO hota hai bhenchod