C++学习过程当中积累到的经验(三)

四.c++预约义的输入输出函数的应用经验 1.输入流函数:(区分getline()函数的两种使用)ios #include"stdafx.h" #include<iostream> #include<string> using namespace std; int main(){ char a[10]; string str; //string类字符串和c风格字符串在
相关文章
相关标签/搜索