C++STL中algorithm里find()函数 1.string中的运用 1.1函数原型及描述 函数1 size_type find(const string & str, size_type pos = 0) const 形参列表str:要查找的子字符串string变量,pos :要查找的起始位位置 返回为参数size_type :该子字符串首次出现时其首字符的索引;否则,返回-1 应用 string subString = Let; string mainString = Let life be beautiful like summer flowers,death lik