• <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++知識點:返回引用,前置聲明,using

            //1.h
            #pragma once
            //class std::string; 含有命名空間的話,這樣使用無效,
            using std::string;
            string& GetString(int n); 

            extern std::map<int,std::string> strings;

            //1.cpp
            #include "stdafx.h"
            std::map
            <int,std::string> strings;


            /*
            千萬不要返回局部對象的引用。當函數執行完畢時,將釋放分配給局部對象的存儲空間。此時,對局部對象的引用就會指向不確定的內存。如:

            const string &manip(const string &s)
            {
                string ret =s;
                return ret;  //wrong:returning reference to a local object
            }
            4,引用返回左值。返回引用的函數返回一個左值。因此這樣的函數可用于任何要求使用左值的地方。
            示例見:c++ primer p215

            */
            string& GetString(int n)
            {
                std::map
            <int,std::string>::iterator iter = strings.find(n);
                
            if (iter==strings.end())
                {
                    
            return strings[0];
                }
                
            return iter->second;
            }


            //main.cpp
            #include "stdafx.h"

            int main() 

                strings[
            0= "_0";
                strings[
            1= "_1";
                strings[
            2= "_2";

                std::
            string a = GetString(-1);

                std::
            string b = GetString(1);

                system(
            "pause");
                
            return 0;
            }

            //stdafx.h
            // stdafx.h : include file for standard system include files,
            // or project specific include files that are used frequently, but
            // are changed infrequently
            #pragma once
            #include 
            "targetver.h"
            #include 
            <stdio.h>
            #include 
            <stdlib.h>
            #include 
            <tchar.h>
            #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit

            #include 
            <atlbase.h>
            #include 
            <atlstr.h>
            #include 
            <strsafe.h>
            #include 
            <string>
            #include 
            <algorithm>
            #include 
            <iostream>
            #include 
            <vector>
            #include 
            <time.h>
            #include 
            <stdio.h>
            #include 
            <stdlib.h>
            #include 
            <assert.h>
            #include 
            <map>
            #include 
            "1.h"

            posted on 2013-05-23 18:27 天下 閱讀(829) 評論(0)  編輯 收藏 引用 所屬分類: C/C++

            <2011年9月>
            28293031123
            45678910
            11121314151617
            18192021222324
            2526272829301
            2345678

            導航

            統計

            常用鏈接

            留言簿(4)

            隨筆分類(378)

            隨筆檔案(329)

            鏈接

            最新隨筆

            搜索

            最新評論

            精品久久久久久无码中文野结衣| 色综合久久天天综线观看| 97久久超碰成人精品网站| 国产精品久久波多野结衣| 51久久夜色精品国产| 久久人做人爽一区二区三区| 亚洲va久久久噜噜噜久久男同| 久久青青草原国产精品免费| 久久久久黑人强伦姧人妻 | 国产亚洲美女精品久久久2020| 久久婷婷国产综合精品| 久久综合成人网| 久久国产乱子伦精品免费强| 超级碰碰碰碰97久久久久| 99热热久久这里只有精品68| 亚洲∧v久久久无码精品| 亚洲欧美国产日韩综合久久| 久久久91精品国产一区二区三区| 97精品伊人久久久大香线蕉| 久久婷婷人人澡人人| 国产成人综合久久精品尤物| 久久发布国产伦子伦精品| 囯产精品久久久久久久久蜜桃| 久久久久婷婷| 国产2021久久精品| 久久久久国产精品| 久久免费国产精品一区二区| 99久久精品国产免看国产一区| 亚洲va久久久噜噜噜久久男同 | 狠狠色婷婷久久综合频道日韩| 欧美伊香蕉久久综合类网站| 99久久精品国产高清一区二区| 久久人人爽人人爽人人AV| 久久无码专区国产精品发布| 久久久久久免费视频| 色99久久久久高潮综合影院 | 日本精品久久久中文字幕| 久久久久久午夜成人影院| 久久久精品人妻一区二区三区蜜桃| 久久久久久综合网天天| 国产69精品久久久久9999APGF |