Airline reservation portal
Please support our C++ advertiser: Programming Forums
![]() |
•
•
Posts: 3
Reputation:
Solved Threads: 0
hi and hello....
I'm a class XII student of CBSE board.we have to do a project in C++ in CS for the board evaluation....so i've chosen 'Airline Reservation Forum'.....i'm posting it and i want to hear to all valuble suggestions to make my project better..
(pls do find the attachment.....)
with regards,
sundar
I'm a class XII student of CBSE board.we have to do a project in C++ in CS for the board evaluation....so i've chosen 'Airline Reservation Forum'.....i'm posting it and i want to hear to all valuble suggestions to make my project better..
(pls do find the attachment.....)
with regards,
sundar
http://en.wikipedia.org/wiki/Central...dary_Education
Ah yes, the bunch of xxxxx who insist on teaching "c" using a compiler which became obsolete a full 20 YEARS ago. It's not like there's a shortage of high quality, free and most importantly up to date compilers to choose from.
This is why I don't worry about out-sourcing. The entire continent is full of programmers with skills so far out of date with the modern world as to be useless.
Lets see.
If this is a C++ program, where are the classes?
Why so many global variables?
Why so many variables with short meaningless names?
Why do so few functions have parameters?
Why are functions like display1() display2() totally meaningless descriptions of their function?
Why the chaotic mix of cout and cprintf?
Why is code for say inputting a traveller name duplicated (and not a function)
Why is the penalty for incorrect input so harsh (being dumped out of the program)?
Ah yes, the bunch of xxxxx who insist on teaching "c" using a compiler which became obsolete a full 20 YEARS ago. It's not like there's a shortage of high quality, free and most importantly up to date compilers to choose from.
This is why I don't worry about out-sourcing. The entire continent is full of programmers with skills so far out of date with the modern world as to be useless.
Lets see.
If this is a C++ program, where are the classes?
Why so many global variables?
Why so many variables with short meaningless names?
Why do so few functions have parameters?
Why are functions like display1() display2() totally meaningless descriptions of their function?
Why the chaotic mix of cout and cprintf?
Why is code for say inputting a traveller name duplicated (and not a function)
Why is the penalty for incorrect input so harsh (being dumped out of the program)?
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
UK Voter? Please send a message to Incapability Brown and the rest of Zanu-Labour
Up to 8Mb PlusNet broadband from only £5.99 a month!
UK Voter? Please send a message to Incapability Brown and the rest of Zanu-Labour
Up to 8Mb PlusNet broadband from only £5.99 a month!
![]() |
Other Threads in the C++ Forum
- Previous Thread: HELP: working in turbo C++ with GRAPHICS
- Next Thread: need help simplifying codes
•
•
•
•
Views: 583 | Replies: 1 | Currently Viewing: 1 (0 members and 1 guests)






Linear Mode