【string 】字符串比较
#include "stdafx.h" #include <string> #include <iostream> #include <stdlib.h> using namespace std; /* strcmp编辑 锁定 C/C++函数,比较两个字符串 设这两个字符串为str1,str2, 若str1=str2,则返回零; 若str1<str2,则返回负数; 若str1>str2,则返回正数。 */ int main() { char strNotice[256] = ""; if(strcmp(strNotice,"") == 0) { cout<<"0"<<endl; } system("pause"); return 0; }
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步