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.
我使用 dumpbin /SYMBOLS 来查看我创建的库。有些行在输出中有 notype() 和 notype。这意味着什么?
我猜 notype() 是函数,notype 是变量。我的想法正确吗?