#pragma region ourfunc1.cpp
//ourfunc1.cpp -- repositioning the using directive
#if 1
#include <iostream>
using namespace std; //affects all function definitions in this file
voi
C++Primer Plus --0a6 在多函数中使用using编译指令
于 2024-05-10 09:30:32 首次发布