prog.cpp: In function 'int main()':
prog.cpp:6:4: error: expected primary-expression before '?' token
?? roomwidth;
^
prog.cpp:6:5: error: expected primary-expression before '?' token
?? roomwidth;
^
prog.cpp:6:7: error: 'roomwidth' was not declared in this scope
?? roomwidth;
^
prog.cpp:6:16: error: expected ':' before ';' token
?? roomwidth;
^
prog.cpp:6:16: error: expected primary-expression before ';' token
prog.cpp:6:16: error: expected ':' before ';' token
prog.cpp:6:16: error: expected primary-expression before ';' token
prog.cpp:7:4: error: expected primary-expression before '?' token
?? count;
^
prog.cpp:7:5: error: expected primary-expression before '?' token
?? count;
^
prog.cpp:7:7: error: 'count' was not declared in this scope
?? count;
^
prog.cpp:7:12: error: expected ':' before ';' token
?? count;
^
prog.cpp:7:12: error: expected primary-expression before ';' token
prog.cpp:7:12: error: expected ':' before ';' token
prog.cpp:7:12: error: expected primary-expression before ';' token
prog.cpp:8:4: error: expected primary-expression before '?' token
?? roomlength;
^
prog.cpp:8:5: error: expected primary-expression before '?' token
?? roomlength;
^
prog.cpp:8:7: error: 'roomlength' was not declared in this scope
?? roomlength;
^
prog.cpp:8:17: error: expected ':' before ';' token
?? roomlength;
^
prog.cpp:8:17: error: expected primary-expression before ';' token
prog.cpp:8:17: error: expected ':' before ';' token
prog.cpp:8:17: error: expected primary-expression before ';' token
prog.cpp:9:4: error: expected primary-expression before '?' token
?? totalsf;
^
prog.cpp:9:5: error: expected primary-expression before '?' token
?? totalsf;
^
prog.cpp:9:7: error: 'totalsf' was not declared in this scope
?? totalsf;
^
prog.cpp:9:14: error: expected ':' before ';' token
?? totalsf;
^
prog.cpp:9:14: error: expected primary-expression before ';' token
prog.cpp:9:14: error: expected ':' before ';' token
prog.cpp:9:14: error: expected primary-expression before ';' token
prog.cpp:10:4: error: expected primary-expression before '?' token
?? roomsf;
^
prog.cpp:10:5: error: expected primary-expression before '?' token
?? roomsf;
^
prog.cpp:10:7: error: 'roomsf' was not declared in this scope
?? roomsf;
^
prog.cpp:10:13: error: expected ':' before ';' token
?? roomsf;
^
prog.cpp:10:13: error: expected primary-expression before ';' token
prog.cpp:10:13: error: expected ':' before ';' token
prog.cpp:10:13: error: expected primary-expression before ';' token
prog.cpp:11:4: error: expected primary-expression before '?' token
?? roomcount;
^
prog.cpp:11:5: error: expected primary-expression before '?' token
?? roomcount;
^
prog.cpp:11:7: error: 'roomcount' was not declared in this scope
?? roomcount;
^
prog.cpp:11:16: error: expected ':' before ';' token
?? roomcount;
^
prog.cpp:11:16: error: expected primary-expression before ';' token
prog.cpp:11:16: error: expected ':' before ';' token
prog.cpp:11:16: error: expected primary-expression before ';' token
prog.cpp:13:4: error: 'Count' was not declared in this scope
Count =0;
^
prog.cpp:14:4: error: 'raptor_prompt_variable_zzyz' was not declared in this scope
raptor_prompt_variable_zzyz ="Enter number of rooms";
^
prog.cpp:16:11: error: 'RoomCount' was not declared in this scope
cin >> RoomCount;
^
prog.cpp:17:4: error: 'TotalSf' was not declared in this scope
TotalSf =0;
^
prog.cpp:22:14: error: 'RoomLength' was not declared in this scope
cin >> RoomLength;
^
prog.cpp:25:14: error: 'RoomWidth' was not declared in this scope
cin >> RoomWidth;
^
prog.cpp:26:7: error: 'RoomSF' was not declared in this scope
RoomSF =RoomLength*RoomWidth;
^
prog.cpp:27:7: error: 'TotalSF' was not declared in this scope
TotalSF =RoomSf+TotalSF;
^
prog.cpp:27:16: error: 'RoomSf' was not declared in this scope
TotalSF =RoomSf+TotalSF;
^