c++的const用法 作者阿拉丁发表日期 2009年3月16日2009年3月29日发表在c/c++标签:C#, const 1. const常量,如const int max = 100; 优点:const常量有数据类型,而宏常量没有 […] 阅读更多