摘要: C/C++内置的基本数据类型分为两类,一是算术类型,二是空类型void。 一、C算术类型 基本数据类型定义的基础 因此,可用以下代码来研究 二、用C++运行上述C算术类型的测试程序 #include <iostream> #include <stdint.h> using namespace std 阅读全文
posted @ 2025-07-05 15:30 gdyyx 阅读(11) 评论(0) 推荐(0)