2020年11月2日

Linux下getopt()函数的简单使用

摘要: https://www.cnblogs.com/qingergege/p/5914218.html https://blog.csdn.net/huangxiaohu_coder/article/details/7475156 阅读全文

posted @ 2020-11-02 16:39 QzZq 阅读(82) 评论(0) 推荐(0)

strcmp函数

摘要: strcmp函数是string compare(字符串比较)的缩写,用于比较两个字符串并根据比较结果返回整数。基本形式为strcmp(str1,str2),若str1=str2,则返回零;若str1<str2,则返回负数;若str1>str2,则返回正数。 int strcmp(const char 阅读全文

posted @ 2020-11-02 14:11 QzZq 阅读(3959) 评论(0) 推荐(0)

导航