Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
lab1
Hello World
students grade
masodijegy.cpp
Get parameter type
parantheses matching using stack in C++ - test
Sum of numbers in a series using sum formular
VS struct name enumerate
Additional layer of indirection
Thing v.2
Please log in to post a comment.