2022/8/1

c++多个文件时,函数变量作用域

最简单的写法 main.cpp #include<iostream> void example_func() { // pass } int main…

  • C++
  • 2022/8/1
  • wangchunlin
  • 92