char
character字元
intinteger整數
short
短的long
長的unsinged
無符號的
double
雙倍的float
浮動,浮點數
name
名稱,名字
password
密碼,常簡寫為pwd
precision
精度.(應用:cout.precision(4))
flags
flag的複數,flag:標記(應用:cout.flags(***))
fixed
固定的(應用:cout.unsetf(cout.fixed))
const
常量 . constant不變的
變數沒設定值或者沒定義(例如:num=age*360)不能直接用
(如果用了我們常常看見這樣一句話:the variable 『age』 is being used without being initialized.
意思是變數』age』沒有被初始化就用了).
c 常用單詞
ide 整合開發環境 fatal error fatal 致命的 error錯誤 致命的錯誤 main 主要的io 輸入輸出 input和output縮寫,iostream include 包含stream 流,iostream輸入輸出流 system 系統,system 函式用來執行控制台的各種命...
C 統計文字單詞個數2
using system using system.collections using system.linq using system.text using system.io using system.text.regularexpressions class getfiles else 不是第...
最長單詞2
描述 乙個以 結尾的簡單英文句子,單詞之間用空格分隔,沒有縮寫形式和其它特殊形式。輸入 乙個以 結尾的簡單英文句子 長度不超過 500 單詞之間用空格分隔,沒有縮寫形式和其它特殊形式。輸出 該句子中最長的單詞。如果多於乙個,則輸出第乙個。輸入示例 i am astudent of peking un...