C++學習過程當中積累到的經驗(三)

四.c++預約義的輸入輸出函數的應用經驗 1.輸入流函數:(區分getline()函數的兩種使用)ios #include"stdafx.h" #include<iostream> #include<string> using namespace std; int main(){ char a[10]; string str; //string類字符串和c風格字符串在
相關文章
相關標籤/搜索