串的賦值操做(C++)

#include <iostream> #include <malloc.h> using namespace std; typedef struct { char* ch; int length; } Str; void Strassign(Str& str,char *ch)//結構體的引用 { cout<<str.ch<<endl; if(str.ch
相關文章
相關標籤/搜索