Computer Science, asked by DivyeshPandya, 1 year ago

in c++ program of hotel management i want to show details of all the rooms booked . but it displays only one starting room . how to resolve this problem ? i have used file handling

Answers

Answered by nms
1
run loop till EOF()

also store and display in the loop only.

DivyeshPandya: your answer seems to be good i will try it . but if it doesn't work can i ask you again ?
Similar questions