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
相關文章
相關標籤/搜索