摘要: Cpp primer plus notes ch2. get start #include 预处理器编译指令。 using namespace 编译指令。 void关键字显示说明不接受任何参数。 //myfirst.cpp #include <iostream> int main(void) { u 阅读全文
posted @ 2021-05-13 18:36 Xuperior 阅读(88) 评论(0) 推荐(0) 编辑