這是Herr Deng桑的教學blog,主要處理作業與班導事務,另外還有數位小品。
#include <fstream>#include <cstdlib>#include <iostream>#include <string>using namespace std;int main(){ string x; fstream ff("test.csv",ios::out); ff<<"姓名,年齡,身高,體重 \n"; cout<<"姓名─年齡─身高─體重 \n"; for(int a=1 ; a<11; a++) { cout<<"第"<<a<<"資料 \n"; getline(cin,x); ff<<x<<endl; } ff.close(); system("pause"); return 0;}
#include <iostream>#include <fstream>#include <cstdlib>#include <string>using namespace std;int main (){ string x; fstream ff("text.csv",ios::out); cout<<"格式為name,age,height,weight\n"; ff<<"name,age,height,weight\n"; for(int i=0;i<10;i++) { cout<<"輸入第"<<i+1<<"筆資料\n"; getline(cin,x); ff<<x<<endl; } ff.close(); system("pause"); return 0;}
#include <iostream>#include <fstream>#include <cstdlib>using namespace std;int main(){ string x; fstream ff("test.csv",ios::out); cout<<"格式為name,age,height,weight\n"; ff<<"name,age,height,weight\n"; for(int i=0;i<10;i++) { cout<<"輸入第"<<i<<"筆資料\n"; getline(cin,x); ff<<x<<endl; } ff.close(); system("type test.csv"); return 0;}
#include <fstream>#include <iostream>#include <cstdlib>using namespace std;int main (){ string x; fstream ff("text.csv",ios ::out); cout <<"格式為name, age, height, weight\n"; ff<<"name, age, height, weight\n"; for(int i=0; i<10; i++) { cout<<"輸入第"<<i<<"筆資料\n"; getline(cin,x); ff<<x<<endl; } ff.close(); system("type test.csv"); return 0;}
#include <iostream>#include <fstream>#include <cstdlib>using namespace std;int main(){ string x; fstream ff("test.csv",ios::out); cout<<"格式為name, age, height, weitht\n"; ff<<"name, age, height, weight\n"; for(int i=0; i<10; i++) { cout<<"輸入第"<<i<<"筆資料\n"; getline(cin,x); ff<<x<<endl; } ff.close(); system("typ test.csv"); return 0;}
#include <fstream>#include <iostream>#include <cstdlib>using namespace std;int main(){ string x; fstream ff("test.csv", ios::out); cout<<"格式為name, age, height, weight\n"; ff<<"name, age, height, weight\n"; for(int i=0 ; i<10; i++) { cout<<"輸入第"<<i<<"筆資料\n"; getline(cin,x); ff<<x<<endl; } ff.close(); system("type test.csv"); return 0;}
#include<iostream>#include<fstream>using namespace std;int main(){ string x; fstream ff("test.csv", ios::out); cout<<"格式為姓名,年齡,身高,體重,怪僻 \n "; ff<<"name,age,height,weight,? \n " ; for(int i=1;i<=10;i++) { cout<<"輸入第"<<i<<"筆資料\n"; getline(cin,x); ff << x << endl; } ff.close(); system("type test.csv"); return 0;}
#include<iostream>#include<fstream> using namespace std; int main() { string xi fstream ff("test.csv", ios::out); cout<<"格式為name, age, height, weight\n"; ff<<"name, age, height, weight\n"; for(int i=0; i<10; i++) { cout<<"輸入第"<<i<<"筆資料\n"; getline(cin, x); ff<<x<<endl; } ff.close(); system("type test.csv"); return 0; }
#include <fstream>#include <iostream>#include <cstdlib>using namespace std;int main(int argc, char** argv) { string x; fstream ff("test.csv", ios ::out); cout<<"格式為name, age, height, weight\n"; ff<<"name,age ,height ,weight ? \n"; for(int i=0; i<10; i++) { cout<<"輸入第"<<i<<"筆資料\n"; getline(cin,x); ff<<x<<endl; } ff.close(); system("type test.csv"); return 0;}
#include <iostream>#include <fstream>#include <cstdlib>using namespace std;int main() { string x; fstream ff("test1.csv",ios::out); cout<<"姓名,年齡,身高,體重"<<endl; ff<<"name,age,height,weight\n"; for(int i=1;i<11;i++){ cout<<"輸入第"<<i<<"筆資料"<<endl; getline(cin,x); ff<<x<<endl; } ff.close(); system("type test.csv"); return 0;}
#include<fstream>#include<iostream>#include<cstdlib>using namespace std;main(){ string x; fstream ff("test.csv",ios::out); cout<<"格視為name, age, height,weight\n"; ff<<"name, age, height,weight\n"; for(int i=0;i<10;i++) { cout<<"輸入第"<<i<<"筆資料\n"; getline(cin,x); ff<<x<<endl; } ff.close(); system("type test.csv"); return 0;}
#include <iostream>#include <fstream>#include <cstdlib>using namespace std;int main (){ string x; fstream ff ("text.csv",ios::out); cout<<"格式為name, age, height, weight\n"; ff<<"name, age, height, weight\n"; for(int i=0; i<10;i++) { cout<<"輸入第"<<i<<"筆資料\n"; getline(cin,x); ff<<x<<endl; } ff.close(); system("type text.csv"); return 0; }
#include<fstream>#include<iostream>#include<cstdlib>using namespace std;int main(){ string x; fstream GG("text.csv",ios::out); cout<<"請依照姓名,年齡,身高,體重\n"; GG<<"name,age,height,body\n"; for(int i=0;i<10;i++) { cout<<"輸入第"<<i<<"筆"<<"姓名,年齡,身高,體重"<<endl; getline(cin,x); GG<<x<<endl; } GG.close(); system("sype text,csv"); return 0 ; }
#include <iostream>#include <fstream>#include <cstdlib>#include <string>using namespace std;int main() { string x; fstream ff("test.csv",ios::out); for(int a=0; a<11; a++) { for(int b=0; b<1; b++) { cout<<"Input string:"; getline(cin,x); ff<<x<<endl; } } ff.close(); system("pause"); return 0;}
# include <fstream># include <iostream># include <cstdlib>using namespace std;int main(){ string x; fstream ff("test.csv",ios::out); cout<<"格式為name, age, height, weight\n"; ff<<"name, age, height, weight\n "; for(int a=0; a<10; a++) { cout<<"輸入第"<<a<<"筆資料\n"; getline(cin, x); ff<<x<<endl; } ff.close(); system("type test.csv"); return 0; }
#include <fstream>#include <iostream>#include <cstdlib>using namespace std;int main(){ string x; fstream ff("test1.csv", ios::out); cout<<"格式為name, age, height, weight\n"; ff<<"name, age, height, weight\n"; for(int i=1; i<=10; i++) { cout<<"輸入第"<<i<<"筆資料\n"; getline(cin,x); ff<<x<<endl; } ff.close(); system("type test1.csv"); return 0;}
#include #include #include using namespace std;int main(){ string x; fstream ff("test.csv,ios::out"); cout<"格式為name,age,height,weight\n"; ff<<"name,age,hight,weight\n"; for(int i=0;i<10;i++) { cout<<"輸入第"<<i<<"筆資料\n"; getline(cin,x); ff<<x<<endl; } ff.close(); system("typpe test.csv"); return 0;
#include <fstream>#include <iostream>#include <cstdlib>using namespace std;int main(){ string X; fstream ff("0328.csv",ios::out); cout<<"格式為姓名,年齡,身高,體重\n"; ff<<"姓名,年齡,身高,體重\n"; for(int i=0;i<10;i++) { cout<<"輸入第"<<i<<"筆資料\n"; getline(cin,X); ff<<X<<endl; } ff.close(); system("type 0328.csv"); return 0;}
#include <iostream>#include <fstream>#include <cstdlib>using namespace std;/* run this program using the console pauser or add your own getch, system("pause") or input loop */int main(int argc, char** argv) { fstream ff("test.txt", ios::out); ff<<"hello, are, you, ? \n"; ff.close(); system("type test.txt"); return 0;}
#include #include #include #include using namespace std;int main() {string x;fstream ff("test.csv",ios::out);for(int a=0; a<11; a++){for(int b=0; b<1; b++){cout<<"Input string:";getline(cin,x);ff<<x<<endl;}}ff.close();system("pause");return 0;}
張貼留言
23 則留言:
#include <fstream>
#include <cstdlib>
#include <iostream>
#include <string>
using namespace std;
int main()
{
string x;
fstream ff("test.csv",ios::out);
ff<<"姓名,年齡,身高,體重 \n";
cout<<"姓名─年齡─身高─體重 \n";
for(int a=1 ; a<11; a++)
{
cout<<"第"<<a<<"資料 \n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("pause");
return 0;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
#include <string>
using namespace std;
int main ()
{
string x;
fstream ff("text.csv",ios::out);
cout<<"格式為name,age,height,weight\n";
ff<<"name,age,height,weight\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i+1<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("pause");
return 0;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
using namespace std;
int main()
{
string x;
fstream ff("test.csv",ios::out);
cout<<"格式為name,age,height,weight\n";
ff<<"name,age,height,weight\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{
string x;
fstream ff("text.csv",ios ::out);
cout <<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=0; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
using namespace std;
int main()
{
string x;
fstream ff("test.csv",ios::out);
cout<<"格式為name, age, height, weitht\n";
ff<<"name, age, height, weight\n";
for(int i=0; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("typ test.csv");
return 0;
}
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{
string x;
fstream ff("text.csv",ios ::out);
cout <<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=0; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{
string x;
fstream ff("text.csv",ios ::out);
cout <<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=0; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
string x;
fstream ff("test.csv", ios::out);
cout<<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=0 ; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include<iostream>
#include<fstream>
using namespace std;
int main()
{
string x;
fstream ff("test.csv", ios::out);
cout<<"格式為姓名,年齡,身高,體重,怪僻 \n ";
ff<<"name,age,height,weight,? \n " ;
for(int i=1;i<=10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff << x << endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include<iostream>
#include<fstream>
using namespace std;
int main()
{
string xi
fstream ff("test.csv", ios::out);
cout<<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=0; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin, x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main(int argc, char** argv) {
string x;
fstream ff("test.csv", ios ::out);
cout<<"格式為name, age, height, weight\n";
ff<<"name,age ,height ,weight ? \n";
for(int i=0; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
using namespace std;
int main() {
string x;
fstream ff("test1.csv",ios::out);
cout<<"姓名,年齡,身高,體重"<<endl;
ff<<"name,age,height,weight\n";
for(int i=1;i<11;i++){
cout<<"輸入第"<<i<<"筆資料"<<endl;
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include<fstream>
#include<iostream>
#include<cstdlib>
using namespace std;
main()
{
string x;
fstream ff("test.csv",ios::out);
cout<<"格視為name, age, height,weight\n";
ff<<"name, age, height,weight\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
using namespace std;
int main ()
{
string x;
fstream ff ("text.csv",ios::out);
cout<<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=0; i<10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type text.csv");
return 0;
}
#include<fstream>
#include<iostream>
#include<cstdlib>
using namespace std;
main()
{
string x;
fstream ff("test.csv",ios::out);
cout<<"格視為name, age, height,weight\n";
ff<<"name, age, height,weight\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include<fstream>
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string x;
fstream GG("text.csv",ios::out);
cout<<"請依照姓名,年齡,身高,體重\n";
GG<<"name,age,height,body\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i<<"筆"<<"姓名,年齡,身高,體重"<<endl;
getline(cin,x);
GG<<x<<endl;
}
GG.close();
system("sype text,csv");
return 0 ;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
#include <string>
using namespace std;
int main()
{
string x;
fstream ff("test.csv",ios::out);
for(int a=0; a<11; a++)
{
for(int b=0; b<1; b++)
{
cout<<"Input string:";
getline(cin,x);
ff<<x<<endl;
}
}
ff.close();
system("pause");
return 0;
}
# include <fstream>
# include <iostream>
# include <cstdlib>
using namespace std;
int main()
{
string x;
fstream ff("test.csv",ios::out);
cout<<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n ";
for(int a=0; a<10; a++)
{
cout<<"輸入第"<<a<<"筆資料\n";
getline(cin, x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
string x;
fstream ff("test1.csv", ios::out);
cout<<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=1; i<=10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test1.csv");
return 0;
}
#include
#include
#include
using namespace std;
int main()
{
string x;
fstream ff("test.csv,ios::out");
cout<"格式為name,age,height,weight\n";
ff<<"name,age,hight,weight\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("typpe test.csv");
return 0;
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
string X;
fstream ff("0328.csv",ios::out);
cout<<"格式為姓名,年齡,身高,體重\n";
ff<<"姓名,年齡,身高,體重\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,X);
ff<<X<<endl;
}
ff.close();
system("type 0328.csv");
return 0;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char** argv) {
fstream ff("test.txt", ios::out);
ff<<"hello, are, you, ? \n";
ff.close();
system("type test.txt");
return 0;
}
#include
#include
#include
#include
using namespace std;
int main()
{
string x;
fstream ff("test.csv",ios::out);
for(int a=0; a<11; a++)
{
for(int b=0; b<1; b++)
{
cout<<"Input string:";
getline(cin,x);
ff<<x<<endl;
}
}
ff.close();
system("pause");
return 0;
}
張貼留言