Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
EBO
//clang 3.7.0 #include <iostream> struct Empty{}; struct A : Empty { int a; }; struct B { int b; Empty e; }; int main() { std::cout << "sizeof(A)=" << sizeof(A) << std::endl; //4 EBO std::cout << "sizeof(B)=" << sizeof(B) << std::endl; }
run
|
edit
|
history
|
help
0
bubble sort
Math1
hello world
regimeketopdfb
lref assignment
Example of custom deleter to manage a resource.
Error
Mi primer ejemplo con RexTester colgado en My wall
Graphs Iteration2 Directed Graphs
numeric_limits