- 博客(3)
- 收藏
- 关注
原创 文件写入
void CMFCApplication1Dlg::CreatePicList() { /* const char path[100] = "D:\\1\\*.ini"; struct _finddata_t fileinfo; long handle; handle = _findfirst(path, &fileinfo); if (handle)...
2018-11-22 10:05:34
101
原创 结构体
struct test{char name[22];};声明一个test类型的结构体struct test{char name[22];}test_1,test_2;只能建立两个结构体,无法继续构建,定义类型同时定义变量typedef struct test{char name[22];}test;重命名 可直接用test代替struct test...
2018-07-13 23:58:00
114
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅