您要查找的是不是:
- A wide string literal is of type array of const wide characters. 寬字符串文字的類(lèi)型是常量寬字符的數組。
- If a narrow string literal token is adjacent to a wide string literal token, the behavior is undefined. 嘗試修改一個(gè)字符串文字量的效果是未定義的。
- If a character string literal token is adjacent to a wide string literal token, the behavior is undefined. 我再舉多幾個(gè)例子給你看看,標準對未定義的描述都是從用戶(hù)一方來(lái)說(shuō)的!
- The type of a wide string literal is an array of constant wide characters. It is also terminated by a wide null character. 寬字符串字面值是一串常量寬字符,同樣以一個(gè)寬空字符結束。
- Wide string literals are concatenated with wide string literals. 寬字符串用寬字符串連接。
- In translation phase 6 (2.1), adjacent narrow string literals are concatenated and adjacent wide string literals are concatenated. 是否保持所有字符串文字量獨立(就是說(shuō),被不重疊的存儲到對象中)是由編譯器定義的。
- A language construct that describes a data type by means of a model character string literal. 編程語(yǔ)言中,利用模型字符串的數值文字描述數據類(lèi)型的一種語(yǔ)言成分。
- The string years old is a string literal. 字串years old是一個(gè)字串文字。
- Every character string literal has a character set and a collation. 每個(gè)字符串有一個(gè)字符集和一個(gè)較驗。
- You should always use quotes around a string literal array index. 應該始終在用字符串表示的數組索引上加上引號。
- Every character string literal has a character set and collation. 每個(gè)字符串有一個(gè)字符集和一個(gè)較驗。
- A string literal is of type array of const characters. 字符串文字的類(lèi)型是常量字符數組。
- However, spaces within a string literal keyword or value are preserved. 然而,保留字符串關(guān)鍵字或值內的空格。
- This makes it possible to typecast a wide string directly to a null-terminated string. 這一設計是為了將長(cháng)串直接轉換為空結束串。
- In the ODBC SQL specification, single quotes are used to denote a character string literal. 在ODBC SQL規范中,單引號用于表示一個(gè)字符串。
- Type, however, it is possible to create objects by assigning the string literal to the variable directly. 類(lèi)型,可以通過(guò)直接將字符串賦給變量來(lái)創(chuàng )建對象。在這種情況下,!
- Use the Add method to add a string literal to the set of terms that the smart tag will recognize. 使用Add方法可以向智能標記將識別的一組術(shù)語(yǔ)中添加字符串。
- When a script is compiled, each escape sequence in a string literal is converted into the characters it represents. 當編譯腳本時(shí),字符串中的每個(gè)轉義序列都會(huì )轉換為它所表示的字符。
- A backslash as the last character on a line indicates that the string literal is continued on the next line. 在一行的最后加上一個(gè)反斜杠,表明字符串文字在下一行繼續。
- To solve this problem, Visual Basic interprets two quotation marks in a string literal as one quotation mark in the string. 為了解決此問(wèn)題,Visual Basic將字符串文本中的兩個(gè)引號解釋為字符串中的一個(gè)引號。