VS2010 Error LNK2019&FATAL ERROR LNK1120

代码:#include<iostream>usingnamespacestd;#include<string>usingstd::string;#include"Reco... 代码:
#include <iostream>using namespace std;#include <string> using std::string;#include "Record.h"
int main() { int choice;Record list[100];
cout<<"***********MAIN MENU*************"<<endl; cout<<"1. Initialize the address book...."<<endl; cout<<"Please enter your choices (1,2,3,4 or 5 to quit)"<<endl; cin>>choice;
if(choice==1) { list[0].setName("Lawrence Cheung"); list[0].setEAdd("enccl@eie.polyu.edu.hk"); list[0].setPhoNo(27666131); list[1].setName("Helen Wong"); list[1].setEAdd("helenwong@yahoo.com.hk"); list[1].setPhoNo(94665888); list[2].setName("Simon Sui"); list[2].setEAdd("ss123@hamil.com"); list[2].setPhoNo(64441234); list[3].setName("Mary Ho"); list[3].setEAdd("ho.mary10@netvigator.com"); list[3].setPhoNo(21111112); for(int y=0;y<=3;y=y+1) {cout<<"Name is: "<<list[y].getName()<<"Email is: "<<list[y].getEAdd()<<"Telephone number is: "<<list[y].getPhoNo()<<endl;} cout<<endl; } 重覆cout<<"MAIN MENU....到cin>>choice;
return 0;}

显示问题:
1>MSVCRTD.lib(crtexew.obj) : error LNK2019: 无法解析的外部符号 _WinMain@16,该符号在函数 ___tmainCRTStartup 中被引用1>C:\Users\Kelly\Documents\Visual Studio 2010\Projects\AddressBook\Debug\AddressBook.exe : fatal error LNK1120: 1 个无法解析的外部命令

问题出在哪?
展开
 我来答
nintendopsp
2014-01-03 · TA获得超过243个赞
知道小有建树答主
回答量:248
采纳率:0%
帮助的人:268万
展开全部
工程配置错误导致的,你写的是控制台应用程序,因此再创建工程的时候选择控制台程序,现在你可以在工程右击属性,有应用程序类型选项,找找改成控制台即可
追问
找不到应用程序类型选项,只有通用属性和配置属性
追答
我没用电脑,你找找,有一个选项是选择程序是window程序还是控制台程序的
arstum
2014-01-03 · TA获得超过188个赞
知道答主
回答量:98
采纳率:0%
帮助的人:24.8万
展开全部
没心情,码太乱了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式