[問題] 在cc檔抓節點座標

看板Network_Sim作者 (雨劍)時間14年前 (2010/12/15 09:18), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串1/2 (看更多)
查了網路上寫 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
把index轉型成nsaddr_t試試
12/16 00:01, 1F
文章代碼(AID): #1D21TnOx (Network_Sim)
討論串 (同標題文章)
文章代碼(AID): #1D21TnOx (Network_Sim)