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

            linux&c++ R&D

            programing is a pleasure!

            How to express string semantic (1)?

               String processing is very important in programming! How to express string semantic ?
            There are many methods with doing it!   Some are listed  below!
            (1) char array and pointer.
            This  is always used in c. The advantage  is high time efficiency,beause it manipulate  memory address directly! However it  produce errors very easily and isn't very convenient! Some tips may be helpful!
            #const string definition: 

             const char *str="hello" or 
             
            const char str[]="hello"

            #string definition:

               char str[LEN]; //LEN is compling-time const!
               char *str=new char[ILEN]  //LEN is valid value!
               but don't forget delete []str;
            #functions which relate to string, definined in string.h/stdio.h etc
             such as:
              strcmp,strlen,strcpy/strncpy etc! please refer to 
              http://www.cppreference.com/stdstring/index.html
              some function is worth learning! Attention please!
              sprintf() is useful! 

            #include <stdio.h>
              
            int sprintf( char *buffer, const char *format,  );
              
            char string[50]; 
               sprintf( string, 
            "Hello %s",world );

                 The following code uses sprintf() to convert an integer into a string of characters: 

            char result[100];
               
            int num = 24;
               sprintf( result, 
            "%d", num );              

               This code is similar, except that it converts a floating-point number into an array of characters: 

            char result[100];
               
            int num = 24;
               sprintf( result, 
            "%d", num );              

            snprintf() is like sprintf but with length argument!
            (continuing...)


            posted on 2007-04-18 23:31 丑石 閱讀(294) 評(píng)論(1)  編輯 收藏 引用

            Feedback

            # re: How to express string synatic effectively(1)? 2007-04-19 03:49 天津大學(xué)計(jì)算機(jī)學(xué)院 常興龍

            寫(xiě)得不錯(cuò),可以發(fā)在其它技術(shù)區(qū),而非是新手區(qū)了。。。。  回復(fù)  更多評(píng)論   



            只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。
            網(wǎng)站導(dǎo)航: 博客園   IT新聞   BlogJava   博問(wèn)   Chat2DB   管理


            My Links

            Blog Stats

            News

            常用鏈接

            留言簿(1)

            隨筆分類(lèi)(13)

            隨筆檔案(17)

            文章檔案(1)

            相冊(cè)

            收藏夾(1)

            Friends' blog

            useful sites

            搜索

            積分與排名

            最新評(píng)論

            閱讀排行榜

            評(píng)論排行榜

            久久香综合精品久久伊人| 99久久夜色精品国产网站| 色欲综合久久躁天天躁| 中文精品久久久久人妻| 久久国产亚洲精品| 久久久久无码精品国产| 久久免费精品一区二区| 久久av高潮av无码av喷吹| 久久久一本精品99久久精品88| 久久99精品久久久久久动态图| 精品国产一区二区三区久久蜜臀| 久久久无码精品亚洲日韩京东传媒 | 一本久久久久久久| 久久国产一片免费观看| 久久久久久久波多野结衣高潮| 久久婷婷人人澡人人爽人人爱 | 久久精品中文字幕第23页| 女人高潮久久久叫人喷水| 国产69精品久久久久777| 久久久噜噜噜久久中文字幕色伊伊 | 国产午夜免费高清久久影院| 午夜天堂精品久久久久| 日韩中文久久| 爱做久久久久久| 国产精品久久99| 97精品国产97久久久久久免费 | 精品一二三区久久aaa片| 亚洲一本综合久久| 国产午夜免费高清久久影院| 麻豆精品久久久久久久99蜜桃| 久久国产精品一区| 久久er国产精品免费观看2| 久久午夜伦鲁片免费无码| 亚洲欧美日韩久久精品| 久久精品国产精品亚洲艾草网美妙| 国内精品久久久久影院优| 久久午夜伦鲁片免费无码| 久久99久久99精品免视看动漫| 国内精品伊人久久久久777| 国产精品99久久久精品无码| 伊人久久大香线蕉av不卡 |