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.
当在给定命名空间 a,b 中使用函数 a::open,b::open 从源代码中创建 dll 时,调用这些函数时是否会发生冲突。
不,因为从 DLL 导出的函数名称是 C++ 错位名称。损坏的名称包括命名空间,因此不会发生冲突。