please help me solving a program about booking a ticket for a flight that need to show the seat, the price and the class

Recommended Answers

All 4 Replies

I would probably use C++ to write a program that would accept user input, compare to an existing 'database' of information (which you could probably load from a .txt file for example) then output the result.

I would do a search of the daniweb c++ forum and find this problem discussed many, many times.

( I wish profs would be a bit more creative and come up with some new assignments.)

can you give an example of coding???
pliz
how to display a seat with a number and character without using cout

can you give an example of coding???
pliz
how to display a seat with a number and character without using cout

Do you have a pencil and a piece of paper handy?

This is C++.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.