摘要:        
1,使用const 指针;const int * pOne; //指向整型常量的指针,指向的值不能修改;int * const pTwo; //指向整型的常量指针,指向的值可以修改,但该指针不能再指向其他变量;const int * const pThree; //指向整型常量的常量指针summar...    阅读全文
        
            posted @ 2015-03-13 16:05
秦瑞It行程实录
阅读(176)
评论(0)
推荐(0)
        
     
                    
                 
 浙公网安备 33010602011771号
浙公网安备 33010602011771号