Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
DCapSurfaceDesc
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> #include <Windows.h> struct MyStruct1 { UINT64 a; UINT b; UINT c; HANDLE d; UINT e; UINT f; UINT res[9]; }; struct MyStruct2 { UINT64 a; UINT b; UINT c; HANDLE d; UINT e; UINT f; UINT res[8]; }; int main() { std::cout << sizeof(MyStruct1) << std::endl; std::cout << sizeof(MyStruct2) << std::endl; }
run
|
edit
|
history
|
help
-1
hangman
It complies!
Wide string conversion with multibyte chars
Hello World
Computing the factorial of an integer using factorial and iteration
Problem_onoff_3
#30.3
define_xml_tags
additional layer of indirection
empty base bug