我在使用mdk编写stm32程序时,想要用c++编写,可以.cpp文件#include"string.h"后,就编译报错。
C:\Keil\ARM\RV31\INC\string.h(236): error: #167: argument of type "const char *" is incompatible with parameter of type "char *"
双击错误后指向:
{ return const_cast<char *>(strrchr(const_cast<const char *>(__s), __c)); } |