摘要: typedef struct tag_ExifInfo { char Version [5]; //EXIF 信息版本 char CameraMake [32]; //DC 制造商 char CameraModel [40]; //DC 型号 char DateTime [20]; //JPG 文件 阅读全文
posted @ 2022-10-15 21:47 leochan007 阅读(8) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #define JMETHOD(type,methodname,arglist) type (*methodname) arglist JMETHOD(int, test_func, (int a, int b)); int add(int a, int b) 阅读全文
posted @ 2022-10-15 21:35 leochan007 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 使用流程可参考: https://blog.csdn.net/wxc237786026/article/details/41171079 BOOL CDemoApp::InitInstance() { // 多文档描述 int m_nDocCount; //number of documents C 阅读全文
posted @ 2022-10-15 09:50 leochan007 阅读(24) 评论(0) 推荐(0) 编辑