c++ 可变参数 默认类型升提升 可变参数陷阱

 使用vs版本vs2015 64bit win10. #include "stdarg.h" using namespace std; #pragma pack(1) struct St { int a; double b; float c; char d; unsigned short e; short f; int z; }; #pragma pack() void fun(i
相关文章
相关标签/搜索