指针、数组等直观例样

#include<iostream> #include<vector> #include<string> using namespace std; int main() { string s1; int n; while (cin >>n) { char *s[] = { "azf", "dwg", "hjk" }; char**sp = s; cout << **sp << " " << sp[
相关文章
相关标签/搜索