Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好吧,这个问题实际上是为了提供 extern 的用法和 c++ 中的示例。
在 C 中,因此在 C++ 中,程序员应该明白“声明”一个变量也定义了它的地址(而不是它的值!)。这就是为什么他们需要知道 C 中的extern关键字,这与 C++ 中的关键字基本相同。
extern