CONST
基本解釋
- abbr.常數(shù)(=constant)
英漢例句
- Describes the Const statement and its use.
描述Const語句及其用法。 - Const filetype = ".gif.jpg.png.rar.zip.txt.
"'允許上傳的文件類型。 - A wide string literal is of type array of const wide characters.
寬字符串文字的類型是常量寬字符的數(shù)組。 - A string literal is of type array of const characters.
字符串文字的類型是常量字符數(shù)組。 - Prefer passing objects by const& instead of passing by value.
盡量按常量的引用傳遞對象而不是按值傳遞。