動態分配二維數組

  #include  < stdio.h > #include  < stdlib.h > #include  < string .h > template < class  T > T  ** darray_new( int  row,  int  col,  int  size) ... {         T **arr;     arr = (T **) malloc(sizeof(T 
相關文章
相關標籤/搜索