会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
爱新觉罗LQ
博客园
首页
新随笔
联系
订阅
管理
2024年8月25日
typedef 指针定义【使用复杂指针类型时,可以用 typedef 关键字来取别名】
摘要: 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)
编辑
公告