• <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>

              C++博客 :: 首頁 :: 聯(lián)系 :: 聚合  :: 管理
              117 Posts :: 2 Stories :: 61 Comments :: 0 Trackbacks

            常用鏈接

            留言簿(8)

            搜索

            •  

            最新評(píng)論

            閱讀排行榜

            評(píng)論排行榜

            第一個(gè)程序:string與char[]數(shù)組的對(duì)比。

            #include "stdafx.h"
            #include 
            <iostream>
            #include 
            <string>    //make string class available
            using namespace std;
            int main(int argc, char* argv[])
            {
                
            char charr1[20];
                
            char charr2[20]="jaguar";
                
            string str1;
                
            string str2="panther";

                cout
            <<"Enter a kind of feline: ";
                cin
            >>charr1;
                cout
            <<"Enter another kind of feline: ";
                cin
            >>str1;
                cout
            <<"Here are som felines:\n";
                cout
            <<charr1<<" "<<charr2<<" "<<str1<<" "<<str2<<endl;
                cout
            <<"The third letter in "<<charr2<<" is "<<charr2[2]<<endl;
                cout
            <<"The third letter in "<<str2<<" is "<<str2[2]<<endl;
                
            return 0;
            }


            第二個(gè)程序:賦值、拼接和附加

            #include "stdafx.h"
            #include 
            <iostream>
            #include 
            <string>
            using namespace std;
            int main(int argc, char* argv[])
            {
                
            string s1="penguin";
                
            string s2,s3;
                cout
            <<"You can assign one string object to another: s2=s1\n";
                s2
            =s1;
                cout
            <<"s1: "<<s1<<", s2: "<<s2<<endl;
                cout
            <<"You can assign a C-style string to a string object.\n";
                cout
            <<"s2=\"buzzard\"\n";
                s2
            ="buzzard";
                cout
            <<"s2: "<<s2<<endl;
                cout
            <<"You can concatenate strings: s3=s1+s2\n";
                s3
            =s1+s2;
                cout
            <<"s3: "<<s3<<endl;
                cout
            <<"You can append strings.\n";
                s1
            +=s2;
                cout
            <<"s1+=s2 yields s1 = "<<s1<<endl;
                s2
            +=" for a day";
                cout
            <<"s2 += \" for a day\" yields s2 = "<<s2<<endl;
                
            return 0;
            }


            第三個(gè)程序:string對(duì)象的技術(shù)和用于字符數(shù)組的技術(shù)的對(duì)比

            #include "stdafx.h"
            #include 
            <iostream>
            #include 
            <string>    //make string class available
            #include <cstring>    //C-style string library
            using namespace std;
            int main(int argc, char* argv[])
            {
                
            char charr1[20];
                
            char charr2[20]="jaguar";
                
            string str1;
                
            string str2="panther";

                
            //assignment for string objects and character arrays
                str1=str2;    //copy str2 to str1
                strcpy(charr1,charr2);    //copy charr2 to charr1

                
            //appending for string objects and character arrays
                str1 +=" paste";    //add paste to end of str1
                strcat(charr1," juice");    //add juice to end of charr1

                
            //finding the length of a string object and a C-style string
                int len1=str1.size();    //obtain length of str1
                int len2=strlen(charr1);    //obtain lenght of charr1
                cout<<"The string \""<<str1<<"\" contains "<<len1<<" characters.\n";
                cout
            <<"The string \""<<charr1<<"\" contains "<<len2<<" characters.\n";

                
            return 0;
            }


            第四個(gè)程序,字符串比較問題

            #include "stdafx.h"
            #include 
            <iostream>
            #include 
            <string>
            using namespace std;
            int main(int argc, char* argv[])
            {
                
            string word="?ate";

                
            for(char ch='a';word!="mate";ch++)
                
            {
                    cout
            <<word<<endl;
                    word[
            0]=ch;
                }

                cout
            <<"After loop ends,word is "<<word<<endl;
                
            return 0;
            }

            posted on 2010-02-05 21:12 煙皚 閱讀(280) 評(píng)論(0)  編輯 收藏 引用 所屬分類: C++ primer plus學(xué)習(xí)筆記
            99久久夜色精品国产网站| 人妻无码αv中文字幕久久琪琪布| 久久精品国产亚洲AV不卡| 伊人色综合久久天天网| 精品国产乱码久久久久软件| 国产色综合久久无码有码| 久久99精品久久久久久动态图| 国产精品美女久久久久AV福利| 精品水蜜桃久久久久久久| 久久成人国产精品免费软件| av无码久久久久不卡免费网站| 精品久久久久久久久久中文字幕 | 久久九九久精品国产| 亚洲人成无码www久久久| 99国产精品久久久久久久成人热| 国产精品美女久久久免费| 麻豆亚洲AV永久无码精品久久| 国产91久久精品一区二区| 久久香综合精品久久伊人| 久久综合久久综合九色| 久久精品国产乱子伦| 激情综合色综合久久综合| 国产成人久久AV免费| 伊人久久大香线蕉AV一区二区 | 亚洲精品高清一二区久久| 狠狠色婷婷久久一区二区三区 | 中文字幕无码免费久久| 精品欧美一区二区三区久久久| 无码人妻精品一区二区三区久久久| 久久国产精品波多野结衣AV| 97超级碰碰碰久久久久| 久久久久久亚洲AV无码专区| 亚洲国产婷婷香蕉久久久久久| 国产午夜电影久久| 久久久青草久久久青草| 国产91色综合久久免费分享| 亚洲欧美日韩中文久久| 久久青青草原亚洲av无码app| 久久久精品久久久久影院| 亚洲国产精品综合久久一线| 欧美久久久久久精选9999|