計算機二級C++輔導:函數(shù)名稱StrComp

字號:

函數(shù)說明 兩個字符串相到比較,返回比較的結果,函數(shù)原型如下:
    int __fastcall StrComp(const char * Str1, const char * Str2);