freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

13c字串(編輯修改稿)

2024-11-05 12:29 本頁面
 

【文章內(nèi)容簡介】 ? 範(fàn)例 string s。 getline(cin, s)。 //假設(shè)輸入 Hello world! cout s。 //輸出 Hello world! C++字串運算符號 運算符號 功能說明 = 指定資料 + 串接字串 += 連接並指定字串 == 相等 != 不等 小於 = 小於等於 大於 = 大於等於 [] 註標(biāo) 輸出 輸入 C++字串運算符號 (續(xù) ) ? 指定資料 ? 範(fàn)例 string s1, s2(Hello)。 s1 = s2。 //s1=Hello s1 = Hello world!。 //s1=Hello world! C++字串運算符號 (續(xù) ) ? 串接字串 ? 範(fàn)例 string s1(Hello), s2( world), s3。 s3 = s1 + s2。 //s3=Hello world string s4(s3 + !)。 //s4=Hello world! s1 += !。 //s1=Hello! C++字串運算符號 (續(xù) ) ? 比較字串 ? 範(fàn)例 string s1(ANSI/ISO C++), s2(Visual C++)。 if(s1 == s2) cout s1 == s2。 else cout s1 != s2。 C++ 字串陣列 ? include string ? using namespace std。 ? string 字串物件 [長度 ]。 ? 範(fàn)例 string s1[] = {Java, Assembly, Delpha, Basic, Fortran, Cobol}。 C++字串類別成員 成員函數(shù) 功能 (s2) 連接字串 (s2, 起始位置 , 字串長度 ) 連接字串 (s2) 指定字串 (
點擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1