c++中site_t在哪个头文件中
答案:4 悬赏:10 手机版
解决时间 2021-04-07 02:00
- 提问者网友:蓝莓格格巫
- 2021-04-06 07:55
c++中site_t在哪个头文件中
最佳答案
- 五星知识达人网友:青尢
- 2021-04-06 08:08
Windows系统下在stddef.h中
C语言 #include
C++ #include
typedef unsigned int size_t; (Win32)
typedef unsigned __int64 size_t; (Win64)
长度32位与64位不同
C语言 #include
C++ #include
typedef unsigned int size_t; (Win32)
typedef unsigned __int64 size_t; (Win64)
长度32位与64位不同
全部回答
- 1楼网友:蓝房子
- 2021-04-06 11:11
确定不是size_t么
- 2楼网友:狂恋
- 2021-04-06 09:33
是在那个文件中
- 3楼网友:归鹤鸣
- 2021-04-06 08:37
老功能了,一年前就见过
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯