const 型 定数名 = 初期値; //ex 整数定数 const int WINDOW_WIDTH = 600; //ex 実数定数 const float GRAVITY_CONSTANT = 9.80665; //ex 文字列定数 const string STR_WINDOW_NAME = "My Game Window";