计算机二级C++辅导:函数名称StrComp
www.nanhushi.com 佚名 不详
函数说明 两个字符串相到比较,返回比较的结果,函数原型如下:
int __fastcall StrComp(const char * Str1, const char * Str2);