Peter.liu
Created page with '*Walkthrough 1 <pre> #include <iostream> #include <cstring> using namespace std; class Data { char string[31]; public: Data(char s[]) { strcpy(string, s); } …'
20:35
+2,942