[問題] 在cc檔抓節點座標
查了網路上寫
double x = 0.0, y = 0.0, z = 0.0; //傳入三變數
Node *thisnode; // 宣告指標
thisnode = Node::get_node_by_address(index); ←這行make時出現error
((MobileNode *)thisnode)->getLoc(&x, &y, &z);
可是我把這幾行加入recv function時,make出現錯誤(如上標示)。
invalid conversion from 'char*<*>const char*,int>'to 'nsaddr_t>'
initializing argument 1 of 'static Node* Node::get_node_by_address<nsaddr_t>'
請問要怎麼改才能正確抓到座標呢?@@
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.115.227.207
→
12/16 00:01, , 1F
12/16 00:01, 1F
討論串 (同標題文章)
Network_Sim 近期熱門文章
PTT數位生活區 即時熱門文章