• <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 天下 閱讀(816) 評論(0)  編輯 收藏 引用 所屬分類: C/C++

            <2013年3月>
            242526272812
            3456789
            10111213141516
            17181920212223
            24252627282930
            31123456

            導航

            統計

            常用鏈接

            留言簿(4)

            隨筆分類(378)

            隨筆檔案(329)

            鏈接

            最新隨筆

            搜索

            最新評論

            国产精品久久久久天天影视| 国产成人久久精品一区二区三区| 亚洲一本综合久久| 久久天天躁狠狠躁夜夜av浪潮| 少妇无套内谢久久久久| 国产精品久久网| 怡红院日本一道日本久久 | 国产成人精品综合久久久| 久久久久久九九99精品| 久久久久亚洲精品无码网址| 亚洲伊人久久大香线蕉综合图片| 久久国产午夜精品一区二区三区| 婷婷伊人久久大香线蕉AV | 亚洲国产精品成人久久蜜臀| 久久综合狠狠综合久久综合88| 久久高清一级毛片| 久久精品国产亚洲AV香蕉| 精品久久久久久无码中文字幕| 久久精品人人做人人爽97 | 午夜欧美精品久久久久久久| 久久精品国产精品亚洲人人| 99久久久精品| 久久超碰97人人做人人爱| 久久久久免费精品国产| 天天综合久久一二三区| 日本精品久久久久中文字幕| 天堂久久天堂AV色综合| 99精品国产免费久久久久久下载| 久久精品亚洲福利| 韩国三级中文字幕hd久久精品 | 久久99久久99精品免视看动漫| 久久午夜福利无码1000合集 | 亚洲国产精品久久久久网站| 99精品国产在热久久无毒不卡| 人妻无码αv中文字幕久久| 国产精品久久久久久五月尺| 久久亚洲AV无码精品色午夜| 久久天天躁狠狠躁夜夜2020一| 国内精品久久国产| 亚洲va中文字幕无码久久| 亚洲欧美伊人久久综合一区二区|