Linux下stricmp在此作用域中尚未声明解决办法

http://blog.sina.com.cn/s/blog_64b236da01011uvq.html


在使用大小写不敏感函数比较字符串时,很顺手的来了个stricmpg++编译的时候:错误:‘stricmp’在此作用域中尚未声明。

后来查了一下,stricmpwindows特有的。而linuxstrcasecmp,包含在头文件string.h下。问题解决了


你可能感兴趣的:(linux,windows)