c/c++基础 const
摘要:int main(int argc, char* argv[]){ char a1='1'; const char a2='1'; a1='2'; //a2='2'; //a2是字符常量 char* a3="111"; char* const a4="1...
阅读全文
posted @ 2014-10-23 23:56
享受过程 漠视结果
posted @ 2014-10-23 23:56
posted @ 2014-10-17 15:43
posted @ 2014-10-15 21:09
posted @ 2014-10-15 20:29
posted @ 2014-10-11 11:56