当我开始学习基本的C++时,我总是使用标题
#include <iostream> using namespace std;
我想问一下iostream的重点是什么.是否每次都需要作为标题?
c++
c++ ×1