摘要: typedef 指针定义 #include <iostream> #include <string> #include <vector> using namespace std; typedef unsigned int UInt32; // 1. 简化类型 typedef float Real; 阅读全文
posted @ 2024-08-25 10:45 爱新觉罗LQ 阅读(6) 评论(0) 推荐(0) 编辑