討論串[問題] 請問call by pointer回傳的問題
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
void Test(Node **ptr){. Node *temp=NULL;. temp=new Node;. temp->link=NULL;. (*ptr)=temp;. strcpy( temp->Variable_name, "counter" );. }. int main(){. N
(還有37個字)
內容預覽:
開發平台(Platform): (Ex: VC++, GCC, Linux, ...). Dev-C++. 問題(Question):. void Test( ????? ). {. Node *temp = NULL;. temp = new Node;. temp->next = NULL;.
(還有397個字)
首頁
上一頁
1
下一頁
尾頁