很多功能的程序

#include<iostream>#include<string>using namespace std;class Cstring{ char a[10];public: Cstring(char b[10]="china") { for(int i=0;i<10;i++) { a[i]=b[i]; } } void length() { cout<<strlen(a)<<endl; } void tolower(char a[],int n) { ...
文章归档
最新评论