C++ 串操做

#include <cstdio> #include <cstdlib> #include <iostream> #include <cstring> /* * Created by HarvestWu on 2018/6/1. */ using namespace std; typedef struct Str { char *ch; //指向動態分配存儲區首地址的字符指針
相關文章
相關標籤/搜索