Online airline reservation system in C++

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Oct 2009
Posts: 1
Reputation: sgour03 is an unknown quantity at this point 
Solved Threads: 0
sgour03 sgour03 is offline Offline
Newbie Poster

Online airline reservation system in C++

 
0
  #1
Oct 17th, 2009
Hello,
I am required to make an online airline reservation system using C++. What information do I need before starting with the project in
terms of what I want to accomplish .
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 1,675
Reputation: vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold 
Solved Threads: 193
vmanes's Avatar
vmanes vmanes is offline Offline
Posting Virtuoso
 
0
  #2
Oct 17th, 2009
Read the full assignment. It should all be there.
"We Americans got so tired of being thought of as dumb by the rest of the world that we went to the polls last November and removed all doubt."
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 148
Reputation: Phil++ is an unknown quantity at this point 
Solved Threads: 3
Phil++ Phil++ is offline Offline
Junior Poster
 
0
  #3
Oct 17th, 2009
Or ask your tutor? I'm sure they must have included a specification, pretty dumb if they haven't
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 31
Reputation: RunTimeError is an unknown quantity at this point 
Solved Threads: 3
RunTimeError RunTimeError is offline Offline
Light Poster
 
0
  #4
Oct 17th, 2009
Er..they want you to make an online website using C++?? Or just some form of a client that can make hypothetical reservations on a C++ server? You can't really make a website using C++ because obviously the front end of a web page consists of xhtml/html. That a long with javascript and css. I know that ASP.net supports something like 40 plus languages in which C++ can be used for server side code but usually C#/VB are used since they were designed with this in mind. I don't really know of any web development platforms that use C++ as their back end language but I could be completely wrong.

I'm assuming they want you to make a C++ client which can make a reservation and then can make some sort of UDP/TCP connection to a C++ server which will take the information sent from your client and store it in some from of database.

Read the assignment outline more and we'll try and help some more.
Last edited by RunTimeError; Oct 17th, 2009 at 8:55 pm. Reason: Typo
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 1,675
Reputation: vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold 
Solved Threads: 193
vmanes's Avatar
vmanes vmanes is offline Offline
Posting Virtuoso
 
0
  #5
Oct 17th, 2009
RTE, I think you're reading too much into this. The airline reservation/seating problem is a common assignment in beginning programming course, as evidenced by the many times it's come up here.
"We Americans got so tired of being thought of as dumb by the rest of the world that we went to the polls last November and removed all doubt."
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
Reply With Quote Quick reply to this message  
Reply

Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC