[C++] - Error C1004: unexpected end-of-file found

Associate
Joined
28 Jul 2014
Posts
694
Location
Liverpool
I am in the middle of programming a Train Seat Reservation program, could anybody help me out with this error I am getting when trying to compile and run my code the code I get is:

Error 4 error C1004: unexpected end-of-file found

I have looked everywhere online and the only possible fix is to change the linker to console, but it don't work. Others are saying it could be a missing semi-colon that I have not put after a closing bracket.

Any help would be much appreciated, thanks!

http://codepad.org/YZcYukpX

*Could somebody move this to the HTML & Programming section, posted here by accident sorry.
 
Last edited:
Back
Top Bottom