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.
我在 Visual Studio 2010 上遇到错误。我使用 c++ 并使用 opencv
错误 C2039:“退出”:不是“全局命名空间”的成员 错误 C2873:“退出”:符号不能在使用声明中使用
你应该
#include <stdlib.h>
使用前::exit()。
::exit()