praky 0 Newbie Poster

I have been asked to implement airline Reservation Simulation system using Data structures as part of B.Tech Minor Project. I have good knowledge of C++ but none of Visual C++ (except how to draw forms).
But we also need to implement UI. So we are thinking of implementing UI using Visual C++ (windows Forms). Will that be OK?
I am still confused how to use the C++ code with Windows Forms code. Should I write a separate .h file for main code and then call it from windows forms? Can anyone point to a good Visual C++ tutorial?

Also for airport route maps, we will use Graphs. Our teacher said that we can download a database from the internet to use. Any suggestion from where to download.

For customers/users, I am thinking of a B- Tree sorted on userID.
And for Tickets, I am thinking of a B- Tree sorted on TicketID.
Would a B+ tree be a better option?

Thanks a lot.

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.