第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

源程序如下內(nèi)容,請大佬指點一下

源程序如下內(nèi)容,請大佬指點一下

C++
慕蓋茨4494581 2023-03-16 18:14:23
#include <iostream.h>struct NODE{int data;NODE *next;};NODE *head = NULL;int data[6] = {25,41,17,98,5,67};void InsertList(NODE **head, int aData, int bData);void DeleteList(NODE **head, int aData);void OutputList(NODE *head);void main(){for (int i=0; i<6; i++)InsertList(&head, data[0], data[i]);OutputList(head);DeleteList(&head, 98);DeleteList(&head, 41);OutputList(head);}請各位大俠指教啊
查看完整描述

1 回答

?
catspeake

TA貢獻1111條經(jīng)驗 獲得超0個贊

就是該標識符沒有定義。
main.obj : error LNK2019: 無法解析的外部符號 "void __cdecl DeleteList(struct NODE * *,int)" (?DeleteList@@YAXPAPAUNODE@@H@Z),該符號在函數(shù) _main 中被引用
main.obj : error LNK2019: 無法解析的外部符號 "void __cdecl OutputList(struct NODE *)" (?OutputList@@YAXPAUNODE@@@Z),該符號在函數(shù) _main 中被引用
main.obj : error LNK2019: 無法解析的外部符號 "void __cdecl InsertList(struct NODE * *,int,int)" (?InsertList@@YAXPAPAUNODE@@HH@Z),該符號在函數(shù) _main 中被引用
E:\Documents\Visual Studio 2005\Projects\formula\Debug\formula.exe : fatal error LNK1120: 3 個無法解析的外部命令

查看完整回答
反對 回復(fù) 2023-03-18
  • 1 回答
  • 0 關(guān)注
  • 107 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號