• 常量一般定义为全局变量,且大写;

1. 字符串常量

const string EXPAND_X = "X+YF";
const string EXPAND_Y = "FX-Y";

2. numeric limits

#include <numeric>
numeric_limits<short>::min()/::max()
  • 16 位有符号数(signed short):-32768-32767
posted on 2016-10-17 16:33  未雨愁眸  阅读(176)  评论(0编辑  收藏  举报