C_and_CPP 板


LINE

请各位高手帮我检查一下.谢谢 错误: error C2601: 'getSeat' : local function definitions are illegal fatal error C1075: end of file found before the left brace '{' #include <iostream> using namespace std; const int NUMROWS = 7; const int NUMSEATS = 4; void initPlane(char plane[NUMROWS][NUMSEATS]); // POSTCONDITION: // plane[x][0] == 'A', 0<=x<=6 // plane[x][1] == 'B', 0<=x<=6 // plane[x][2] == 'C', 0<=x<=6 // plane[x][3] == 'D', 0<=x<=6 void printPlane(char msg[], char plane[NUMROWS][NUMSEATS]); // POSTCONDITION: The seating layout of the plane has been printed // to the standard output with an X displayed for each taken seat. void getSeat(char &row, char &seat); // POSTCONDITION: 1 <= row <= 7, 'A' <= seat <= 'D' // Note that getSeat does not check to see if the seat has been taken. int main() { int seatsTaken = 0; int seats = NUMROWS * NUMSEATS; char plane[NUMROWS][NUMSEATS]; char keepGoing = 'y'; char row, seat; int rowIndex, seatIndex; initPlane(plane); cout << "Choose your seat!" << endl; while (seatsTaken < seats && keepGoing == 'y') { // // Show layout and get seat choice // printPlane("Plane layout; X designates taken seats", plane); cout << "Enter the row(1-7) and seat(A-D) you would like (e.g., 3D): "; getSeat(row, seat); // // Adjust input to use as indices // rowIndex = row - '1'; seatIndex = seat - 'A'; // // Check to see if seat is taken // if (plane[rowIndex][seatIndex] == 'X') cout << "Sorry, " << row << seat << " is already taken." << endl; else { cout << "OK, you've got " << row << seat << endl; plane[rowIndex][seatIndex] = 'X'; seatsTaken++; } // // If there are seats left, see if we should keep going // if (seatsTaken < seats) { cout << "Choose another seat? (y/n) "; cin >> keepGoing; } else cout << "Plane is now full!" << endl; } printPlane("Final seating chart", plane); } // -------------------------------- // ----- ENTER YOUR CODE HERE ----- // -------------------------------- void initPlane(char plane[NUMROWS][NUMSEATS]) { for (int i=0; i<NUMROWS; i++) { plane[i][0] = 'A'; plane[i][1] = 'B'; plane[i][2] = 'C'; plane[i][3] = 'D'; } } void printPlane(char msg[], char plane[NUMROWS][NUMSEATS]) { cout << msg << endl; for (int i=0; i<NUMROWS; i++) { for (int j=0; j<NUMROWS; j++) cout << plane[i][j] << " "; cout << endl; { } void getSeat(char &row, char &seat) { cin >> row >> seat; while(row > '7' || row < '1' || seat < 'A' || seat > 'D') { cout << "\nInput row number and seat, 1 <= row <= 7, 'A' <= seat <= 'D': "; cin >> row >> seat; } } // -------------------------------- // --------- END USER CODE -------- // -------------------------------- --



※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 71.199.79.106
1F:→ MOONRAKER:检查所有的大括号左右有没有符合。全部喔!不要偷懒。 05/09 11:21
2F:推 VictorTom:其实就在getSeat()上面; 这故事告诉我们养成成对coding 05/09 11:33
3F:→ VictorTom:习惯的重要性, 有的IDE也可以自动帮你做好这点; 话说回 05/09 11:35
4F:→ VictorTom:来, compile有error先练习看懂error message也很重要:) 05/09 11:36
5F:→ VictorTom:你的问题与答案compiler都说了; 虽然有时候会不太准Orz 05/09 11:38
6F:→ MOONRAKER:……我认为给他自己发现印象会比较深刻………… 05/09 14:37
7F:推 VictorTom:对不起我错了Orz 只是想说要学会看debug message. @_@" 05/09 15:14
8F:→ VictorTom:善用工具, 以及养成coding的好习惯, 会少花很多时间Orz 05/09 15:15
9F:→ MOONRAKER:XD 我想说,有这个getSeat()的提示,那前後看一看也会 05/09 15:54
10F:→ MOONRAKER:发现的,只是并不在getSeat()本体内 05/09 15:55
11F:推 Killercat:= = 这种贴十个自然後把一堆code贴上BBS的问法, 05/09 16:31
12F:→ Killercat:我只能说你们两位真是好人 05/09 16:31







like.gif 您可能会有兴趣的文章
icon.png[问题/行为] 猫晚上进房间会不会有憋尿问题
icon.pngRe: [闲聊] 选了错误的女孩成为魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一张
icon.png[心得] EMS高领长版毛衣.墨小楼MC1002
icon.png[分享] 丹龙隔热纸GE55+33+22
icon.png[问题] 清洗洗衣机
icon.png[寻物] 窗台下的空间
icon.png[闲聊] 双极の女神1 木魔爵
icon.png[售车] 新竹 1997 march 1297cc 白色 四门
icon.png[讨论] 能从照片感受到摄影者心情吗
icon.png[狂贺] 贺贺贺贺 贺!岛村卯月!总选举NO.1
icon.png[难过] 羡慕白皮肤的女生
icon.png阅读文章
icon.png[黑特]
icon.png[问题] SBK S1安装於安全帽位置
icon.png[分享] 旧woo100绝版开箱!!
icon.pngRe: [无言] 关於小包卫生纸
icon.png[开箱] E5-2683V3 RX480Strix 快睿C1 简单测试
icon.png[心得] 苍の海贼龙 地狱 执行者16PT
icon.png[售车] 1999年Virage iO 1.8EXi
icon.png[心得] 挑战33 LV10 狮子座pt solo
icon.png[闲聊] 手把手教你不被桶之新手主购教学
icon.png[分享] Civic Type R 量产版官方照无预警流出
icon.png[售车] Golf 4 2.0 银色 自排
icon.png[出售] Graco提篮汽座(有底座)2000元诚可议
icon.png[问题] 请问补牙材质掉了还能再补吗?(台中半年内
icon.png[问题] 44th 单曲 生写竟然都给重复的啊啊!
icon.png[心得] 华南红卡/icash 核卡
icon.png[问题] 拔牙矫正这样正常吗
icon.png[赠送] 老莫高业 初业 102年版
icon.png[情报] 三大行动支付 本季掀战火
icon.png[宝宝] 博客来Amos水蜡笔5/1特价五折
icon.pngRe: [心得] 新鲜人一些面试分享
icon.png[心得] 苍の海贼龙 地狱 麒麟25PT
icon.pngRe: [闲聊] (君の名は。雷慎入) 君名二创漫画翻译
icon.pngRe: [闲聊] OGN中场影片:失踪人口局 (英文字幕)
icon.png[问题] 台湾大哥大4G讯号差
icon.png[出售] [全国]全新千寻侘草LED灯, 水草

请输入看板名称,例如:BabyMother站内搜寻

TOP