Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Te
//clang 3.8.0 #include <iostream> struct A { A(); A(const A bitand) { std::cout<<"A(const A &)\n"; } A(A and) { std::cout<<"A(A &&)\n"; } compl A() { std::cout<<"~A()\n"; } A bitand operator=(const A bitand) bitand { std::cout<<"A& operator=(const A &)\n";} }; auto main() -> int {}
run
|
edit
|
history
|
help
0
(non?)-template template parameters for container stream insertion
UTF-8 in C++11
Uno v2
C++ does not have reference-to-reference types
Set sub sequences.
Copy uint64 data into uint32 with padding
Saam hash example
Program_3
Division by zero exception example
Throttle Example in C++