摘要: C++编译过程 1 #include <iostream> 2 //iostream 提供了一个叫命名空间的东西,标准的命名空间是std 包含了有关输入输出语句的函数 3 // input&^output 4 //stream 流 5 //命名空间 6 using namespace std; 7 阅读全文
posted @ 2019-03-22 22:04 星空下聆听 阅读(369) 评论(2) 推荐(1) 编辑