编译正确,但是运行出现上面错误。请指教!
谢谢!
错误为Debug Assertion Failed!
Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.
造成这个错误的原因,通常是这两个:
1.野指针 2.内存泄露
点击错误消息框的“重试”按钮,Visual Studio会帮你定位到出错的部分。
Damon Zheng [MSFT] MSDN Community Support | Feedback to us