• <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++分析研究  
            C++
            日歷
            <2014年1月>
            2930311234
            567891011
            12131415161718
            19202122232425
            2627282930311
            2345678
            統計
            • 隨筆 - 92
            • 文章 - 4
            • 評論 - 4
            • 引用 - 0

            導航

            常用鏈接

            留言簿

            隨筆檔案

            文章檔案

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

             

              在用C++編寫一個類時,知道什么時候需要實現拷貝構造函數和賦值操作,但不知道什么時候拷貝構造函數被調用,什么時候賦值操作被調用,甚至把二者混為一談。

              要弄明白這個問題,最簡單的做法莫過于寫個測試程序試一下。不過那樣做也未必是好辦法,實驗的結果往往導致以偏概全的結論。不如好好想一下,弄清楚其中的原理,再去寫程序去驗證也不遲。

              拷貝構造函數,顧名思義,等于拷貝 + 構造。它肩負著創建新對象的任務,同時還要負責把另外一個對象拷貝過來。比如下面的情況就調用拷貝構造函數:

              cstring str = strother;

              賦值操作則只含有拷貝的意思,也就是說對象必須已經存在。比如下面的情況會調用賦值操作。

              str = strother;

              不過有的對象是隱式的,由編譯器產生的代碼創建,比如函數以傳值的方式傳遞一個對象時。由于看不見相關代碼,所以不太容易明白。不過我們稍微思考一下,就會想到,既然是根據一個存在的對象拷貝生成新的對象,自然是調用拷貝構造函數了。

              兩者實現時有什么差別呢?我想有人會說,沒有差別。呵,如果沒有差別,那么只要實現其中一個就行了,何必要兩者都實現呢?不繞圈子了,它們的差別是:

              拷貝構造函數對同一個對象來說只會調用一次,而且是在對象構造時調用。此時對象本身還沒有構造,無需要去釋放自己的一些資源。而賦值操作可能會調用多次,你在拷貝之前要釋放自己的一些資源,否則會造成資源泄露。

              明白了這些道理之后,我們不防寫個測試程序來驗證一下我們的想法:

              #include

              #include

              #include

              class cstring

              {

              public:

              cstring();

              cstring(const char* pszbuffer);

              ~cstring();

              cstring(const cstring& other);

              const cstring& operator=(const cstring& other);

              private: char* m_pszbuffer;;

              };

              cstring::cstring()

              {

              printf("cstring::cstring\n");

              m_pszbuffer = null;

              return;

              }

              cstring::cstring(const char* pszbuffer)

              {

              printf("cstring::cstring(const char* pszbuffer)\n");

              m_pszbuffer = pszbuffer != null ? strdup(pszbuffer) : null;

              return;

              }

              cstring::~cstring()

              {

              printf("%s\n", __func__);

              if(m_pszbuffer != null)

              {

              free(m_pszbuffer);

              m_pszbuffer = null;

              }

              return;

              }

              cstring::cstring(const cstring& other)

              {

              if(this == &other)

              {

              return;

              }

              printf("cstring::cstring(const cstring& other)\n");

              m_pszbuffer = other.m_pszbuffer != null ? strdup(other.m_pszbuffer) : null;

              }

              const cstring& cstring::operator=(const cstring& other)

              {

              printf("const cstring& cstring::operator=(const cstring& other)\n");

              if(this == &other)

              {

              return *this;

              }

              if(m_pszbuffer != null)

              {

              free(m_pszbuffer);

              m_pszbuffer = null;

              }

              m_pszbuffer = other.m_pszbuffer != null ? strdup(other.m_pszbuffer) : null;

              return *this;

              }

              void test(cstring str)

              {

              cstring str1 = str;

              return;

              }

              int main(int argc, char* argv[])

              {

              cstring str;

              cstring str1 = "test";

              cstring str2 = str1;

              str1 = str;

              cstring str3 = str3;

              test(str);

              return 0;

              }

            posted on 2011-09-04 22:57 HAOSOLA 閱讀(221) 評論(0)  編輯 收藏 引用
             
            Copyright © HAOSOLA Powered by: 博客園 模板提供:滬江博客
            PK10開獎 PK10開獎
            人妻少妇久久中文字幕| 一本久久综合亚洲鲁鲁五月天亚洲欧美一区二区 | 久久综合狠狠色综合伊人| 日本一区精品久久久久影院| 狠狠人妻久久久久久综合蜜桃| 久久久久久精品成人免费图片| 国产精品久久一区二区三区| 人妻系列无码专区久久五月天| 四虎久久影院| 国产精品成人99久久久久91gav| 久久SE精品一区二区| 国内精品久久久久久麻豆| 欧洲成人午夜精品无码区久久| 午夜福利91久久福利| 久久青草国产精品一区| 亚洲午夜久久久久久久久电影网| 欧美综合天天夜夜久久| 亚洲国产精品无码久久一区二区| 久久精品国产一区二区| 日本免费一区二区久久人人澡| 日产精品久久久一区二区| 中文字幕无码久久精品青草| 精品久久久无码中文字幕| 欧美精品久久久久久久自慰| 欧美久久久久久| 伊人久久大香线蕉无码麻豆| 精品水蜜桃久久久久久久| 99久久99久久精品国产片果冻| 日韩精品久久无码中文字幕| 久久久久久精品无码人妻| 久久丝袜精品中文字幕| 久久精品成人免费国产片小草 | 97久久综合精品久久久综合| 欧美激情一区二区久久久| 无码乱码观看精品久久| 久久精品成人| 亚州日韩精品专区久久久| 欧美亚洲国产精品久久| 久久综合九色综合网站| 亚洲精品美女久久久久99| 婷婷五月深深久久精品|