• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            #include <string>    //  使用 string 類時須包含這個文件
            #include <iostream>

            using namespace std;

            int main()
            {
                
            string str1;
               
                
            //  輸入與輸出
                cout << "輸入字符串 str1" << endl;
                cin 
            >> str1; getchar();
                cout 
            << str1 << endl << endl << endl;
                
                
            //  一行行讀取 
                cout << "輸入字符串 str1" << endl;
                getline( cin, str1 );
                cout 
            << str1 << endl;

                
            //  與 c字符轉換
                string str2("Hello World!"), str3;
                
            char   str4[50];

                cout 
            << "輸入 C 字符串" << endl;
                scanf(
            "%s",str4);
                str3
            = str4;

                cout 
            << "str2 is " << str2 << endl;
                cout 
            << "str3 is " << str3 << endl << endl << endl;

                
            //  求字符串的長度
                string str5;
                cout 
            << "輸入字符串 str5" << endl;
                cin 
            >> str5;
                
            int   len= str5.size();
                cout 
            << "字符串 str5的長度為" << len << endl << endl << endl;

                
            //  遍歷字符串例子
                string str6;
                cout 
            << "輸入字符串 str6" << endl;
                cin 
            >> str6;
                
            int i;
                
            for( i= 0; i< str6.size(); ++i )
                cout 
            << str6[i];
                cout 
            << endl << endl;

                
            //  比較兩個字符串   比較規則同 c字符串比較規則
                string str7, str8;
                cout 
            << "輸入字符串 str7, str8 , 中間用空格格開" << endl;
                cin 
            >> str7 >> str8;

                
            if( str7< str8 ) cout << str7 << "  小于 " << str8 << endl;
                
            else if( str7> str8 ) cout << str7 << "  大于 " << str8 << endl;
                
            else cout << str7 << "  等于 " << str8 << endl;
                
                
                
            //  字符串與字符相加 
                string str9= "Darren";
                
            char ch1= 'a', ch2= 'b';
                str9
            = str9+ ch1; cout << str9 << endl << endl;
                str9
            = ch2+ str9; cout << str9 << endl << endl << endl;
                
                
            //  字符串與字符串相加
                string str10= "Acm", str11= "ICPC";
                str10.append( str11 );
                cout 
            << str10 << endl << endl;
                
                
            //  字符串是否包含子串  如果包含 則返回子串在目標串中第一次出現的位置 
                string str12= "I am a student", str13= "student", str14= "aaaaaaa";
                
            if( str12.find( str13 )!= -1 )  cout << "Find " << str13 << endl;
                
            if( str12.find( str14 )== -1 )  cout << "Not Find  " << str14 << endl;
                
                
            //  轉換成 c_字符串
                string str15= "Hello World";
                printf(
            "%s\n", str15.c_str() );
                 
                system(
            "pause"); 

                
            return 0;
            }
            posted on 2009-03-13 17:01 Darren 閱讀(25155) 評論(0)  編輯 收藏 引用
            91超碰碰碰碰久久久久久综合| 亚洲精品蜜桃久久久久久| 2020国产成人久久精品| 亚洲午夜久久久精品影院| 久久久久久久久无码精品亚洲日韩 | 亚洲精品美女久久久久99小说| 狠狠干狠狠久久| 国产V亚洲V天堂无码久久久| 伊人久久无码中文字幕| 国产一区二区久久久| 久久久久青草线蕉综合超碰| 久久久久久精品免费免费自慰| 午夜精品久久久久9999高清| 要久久爱在线免费观看| 18禁黄久久久AAA片| 久久亚洲精品无码VA大香大香| 大香伊人久久精品一区二区| 99精品国产综合久久久久五月天| 亚洲午夜久久久| 无码国内精品久久人妻| 狠狠干狠狠久久| 亚洲精品无码久久不卡| 一本一本久久a久久综合精品蜜桃| 综合网日日天干夜夜久久 | 伊人久久久AV老熟妇色| 久久久久国产精品熟女影院| 久久国产一区二区| 亚洲精品久久久www| 久久青青草原亚洲av无码app | 色婷婷久久综合中文久久蜜桃av | 久久无码AV一区二区三区| 亚洲狠狠婷婷综合久久蜜芽| 久久99精品国产麻豆宅宅| 日韩中文久久| 国产V综合V亚洲欧美久久| 久久精品亚洲乱码伦伦中文| 亚洲av日韩精品久久久久久a| 国产—久久香蕉国产线看观看 | 久久久噜噜噜久久中文字幕色伊伊| 久久精品无码一区二区WWW| 久久婷婷久久一区二区三区|