string[] args the variable in the [] is the condition.
in string args[] the argument in the [] is the condition.
string[$1] args means if the string is $1 then do args
string args[$1] means if the args is $1 then string/array the args...
double quotes is used for NULL-terminated strings, single quote is for a single character.
原帖由 TenNix 于 2009-2-11 04:06 PM 发表
有新問題囉, 關於 C++里 Single Quote ' ' 跟 Double Quote " " 的差別.希望會回答的大大可幫幫忙.
怎麼單單顯示 ' 或 "
"I'm Super-Tomato"
cout << "I'm Super-Tomato" ;
cout << "I\'m Super-Tomato" ;
cout << "I'm Tennix. I'm a boy." ;
cout << 'I'm Tennix. I'm a boy.' ;
原帖由 TenNix 于 2009-2-13 02:44 PM 发表
喔,如果是要print 出
呢,
或
都可.我試過在一個句子中放兩個single quote,如
也可以Run.在測試期間,發現
行不通.所以覺得如果句子中有single quote的話就得用double quote =.=
現在我的結 ...
原帖由 Super-Tomato 于 2009-2-13 08:25 PM 发表
~_~ 單單一個 ' 或 " 存在的話我就不用特地說了, 是說 " 和 ' 並存出現, 你上面的例子只是列印出 I'm Super-Tomato 而不是 "I'm Super-Tomato"
cout << " \"I'm Super-Tomato\" " ;
原帖由 Super-Tomato 于 2009-2-13 10:02 PM 发表
對了啊, 既然你都會用了那麼對這兩個符號就不會有任何問題了. 但如果是要列印 ' 文字符號的時候最好養成使用 \' 的習慣
欢迎光临 JBTALKS.CC (https://www.jbtalks.cc/) | Powered by Discuz! X2.5 |