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