This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

_nassert函数的使用

1. 6657,Language Options 勾选的 Treat C files as C++ files

在函数中调用如下函数,编译错误,需要包含什么头文件吗?
_nassert((int)(pSrc) % 8 == 0); // 
_nassert((int)(pHist) % 8 == 0); // 

error #20: identifier "_nassert" is undefined