<climits> 是 C++ 標準函式庫中的標頭,原本來自 C 的 <limits.h>,提供各種整數型態的範圍限制,例如 int、long、short 等的最大值與最小值。 在 C++ 中,這些常數是 宏(macros),不是變數或函數。
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up