C++
use class contain 2 dimensional array
The overall aim of this project is to implement a seat reservation system for a passenger airplane. We assume a small airplane with 15 rows and 4 seats per row. We assume that the seat chart is initially stored in a file “chartin.txt” in the following format: 1 ABC D 2 A B C D 3 A BCD 4 A B C D 5 ABC D 6
OR
OR