作者howay0516 (小浩浩)
看板Programming
标题[问题] 有关pointer
时间Tue Oct 31 14:38:24 2006
好久没写程式了 功力变很逊
想问一下有关pointer的问题
某 function(){
// Start find shortest path
// grids[][] and Input[][] two int dimensions array...
FindShortestNum( grids, Input );
}
void FindShortestNum( int** grids, int** Input ){ // test OK
//上面的这个参数要怎样传啊>"< 谢谢愿意回答的强者
//目前这样是错误
....
...
...
}
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.119.163.250
1F:→ howay0516:我用c++写140.119.163.250 10/31 14:40