标签:C++
C++学习笔记(C++Primer第五版)
主要参考资料为C++ Primer 中文版(第 5 版), 环境为: centos7.6、vscode、g++4.8 第一章 开始 1. hello word #include <iostream> using namespace std; int main(int argc, char const *argv[]) { cout << "Hello World!……
07-12 立刻查看
主要参考资料为C++ Primer 中文版(第 5 版), 环境为: centos7.6、vscode、g++4.8 第一章 开始 1. hello word #include <iostream> using namespace std; int main(int argc, char const *argv[]) { cout << "Hello World!……