string::find()--关键字符串定位
语法:
1 1.size_type source_str.find( const basic_string &str, size_type index ); 2 2.size_type source_str.find( const char *str, size_type index ); 3 3.size_type source_str.find( const char *str, size_type index, size_type length ); 4 4.size_type source_str.find( char ch, size_type index );
**************************************************************
我喜欢程序员,他们单纯、固执、容易体会到成就感;面对困难,能够不休不眠;面对压力,能够迎接挑战。他们也会感到困惑与傍徨,但每个程序员的心中都有一个比尔盖茨或是乔布斯的梦想,用智慧把属于自己的事业开创。其实我是一个程序员[=.=]
我喜欢程序员,他们单纯、固执、容易体会到成就感;面对困难,能够不休不眠;面对压力,能够迎接挑战。他们也会感到困惑与傍徨,但每个程序员的心中都有一个比尔盖茨或是乔布斯的梦想,用智慧把属于自己的事业开创。其实我是一个程序员[=.=]