摘要:
2021 2021/11 2021/11/10 Be good enough to forgive someone, but don't be stupid enough to trust them again. 要能大度原谅,但不要轻易信任 2021/11/11 You only lose wha 阅读全文
摘要:
名词辨析 GNU GNU's Not Unix!的递归缩写 一个自由的操作系统,起源于GNU计划,希望发展出一套完整的开放源代码操作系统来取代Unix 基本组成包括: GNU编译器套装(GCC) GNU的C库(glibc) GNU核心工具组(coreutils) GCC GNU Compiler C 阅读全文
摘要:
stdbasic_stringsubstr 函数定义及功能描述 注: 默认参数npos means "until the end of the string" 示例程序 #include<iostream> #include <string> using namespace std; int mai 阅读全文