[C ++] is defined constants

const PAI=3.14;
#define PAI 3.14 //编译预处理,无需加分号

 

Guess you like

Origin blog.csdn.net/TOMOCAT/article/details/89636933