for information on how you program can cause an assertion failure,see the Visual C++ documentation on asserts.
点击重试按钮,打开编译器,查看出错的代码位置
你的程序有指针的错误。不要直接运行程序,而是f10调试程序,遇到错会停下来,然后看你错误的行,检查指针。