請問常數是用變數來放比較好, 還是用#define比較好? 兩種都看過有人用 例如 # define PI 3.14 或 const float PI=3.14;
www.programmer-club.com.tw