Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FTP: InternetOpen() Pin
led mike30-Jul-08 7:43
led mike30-Jul-08 7:43 
GeneralRe: FTP: InternetOpen() Pin
Mark Salsbery30-Jul-08 7:48
Mark Salsbery30-Jul-08 7:48 
QuestionCDocument::Serialize Throwing exceptions for bad content Pin
bob1697229-Jul-08 7:38
bob1697229-Jul-08 7:38 
QuestionRe: CDocument::Serialize Throwing exceptions for bad content Pin
led mike29-Jul-08 7:48
led mike29-Jul-08 7:48 
AnswerRe: CDocument::Serialize Throwing exceptions for bad content Pin
bob1697229-Jul-08 7:54
bob1697229-Jul-08 7:54 
QuestionRIS implemetations Pin
vineeshV29-Jul-08 7:20
vineeshV29-Jul-08 7:20 
QuestionRe: RIS implemetations Pin
led mike29-Jul-08 7:48
led mike29-Jul-08 7:48 
QuestionAbout C++ Project (Please help, I am so worry about this) Pin
Aasia Naz29-Jul-08 6:40
Aasia Naz29-Jul-08 6:40 
Instructions
Please read the following instructions (related project code) carefully:
You'll be expected to observe good programming standards.
• Project code must follow C++ syntax
• Data used in each project must be retrieve and saved in Text Files
• Your project may cover the concepts learnt in CS201 particularly
1. Structures
2. Dynamic memory allocation
3. Text Files
4. Classes , Friend functions ,Function overloading
• You must include a comment explaining the purpose of every variable you use in your program.
• You must use meaningful, suggestive, self-explanatory variable names.
• Precede every major block of your code with a comment explaining its purpose.
• Indent the code properly for making it more understandable

It should be clear that your project will not get any credit if:
o The project is submitted after due date.
o The submitted project does not open or file corrupt.
o The project is copied.
Note: You have to submit Source code (.cpp) , executable file (.exe) and text files (.txt) of your project.

Objective
The objective of project is to enhance your knowledge and sharpen your analytical and programming abilities so that you can work in a professional environment.

Project Title: Daewoo (a Bus service) Reservation System
Project Description:
This program is supposed to simulate a Reservation System of Daewoo. Using this program, Daewoo ticket reservation agency assistant can perform different tasks related to ticket reservation.

The Daewoo Reservation System will ask the user for the following information :
• Name of passenger
• Departure City
• Destination City
• Date of travel
• Time of travel
• Number of tickets
The Daewoo Reservation System should have the following features:

1. Make Reservation-to reserve ticket/tickets for a passenger and indicate his/her seat number.
2. Modify reservation-to modify the already made reservation
3. Cancel reservation-to cancel a particular reservation
4. Search reservation- to search reservation information of a particular passenger by
a) Passenger name
b) Date of travel
5. Exit –to exit from application

Daewoo Reservation System should also support persistence for passenger ticket reservation records
Supporting simple persistence by any application requires handling of two scenarios
• On start up of application-data (passenger ticket reservation records) must be read from file.
• On end/finish up of application -data (passenger ticket reservation records) must be saved in file.
GeneralRe: About C++ Project (Please help, I am so worry about this) Pin
Michael Schubert29-Jul-08 6:55
Michael Schubert29-Jul-08 6:55 
JokeRe: About C++ Project (Please help, I am so worry about this) Pin
CPallini29-Jul-08 7:08
mveCPallini29-Jul-08 7:08 
GeneralRe: About C++ Project (Please help, I am so worry about this) Pin
Rajesh R Subramanian30-Jul-08 22:59
professionalRajesh R Subramanian30-Jul-08 22:59 
GeneralRe: About C++ Project (Please help, I am so worry about this) Pin
CPallini30-Jul-08 23:20
mveCPallini30-Jul-08 23:20 
GeneralRe: About C++ Project (Please help, I am so worry about this) Pin
Rajesh R Subramanian30-Jul-08 23:27
professionalRajesh R Subramanian30-Jul-08 23:27 
AnswerRe: About C++ Project (Please help, I am so worry about this) Pin
Chris Losinger29-Jul-08 7:05
professionalChris Losinger29-Jul-08 7:05 
AnswerRe: About C++ Project (Please help, I am so worry about this) Pin
toxcct29-Jul-08 7:07
toxcct29-Jul-08 7:07 
AnswerRe: About C++ Project (Please help, I am so worry about this) Pin
Rick York29-Jul-08 7:17
mveRick York29-Jul-08 7:17 
AnswerRe: About C++ Project (Please help, I am so worry about this) Pin
Cedric Moonen29-Jul-08 7:34
Cedric Moonen29-Jul-08 7:34 
AnswerRe: About C++ Project (Please help, I am so worry about this) Pin
killabyte29-Jul-08 12:24
killabyte29-Jul-08 12:24 
AnswerRe: About C++ Project (Please help, I am so worry about this) Pin
Hamid_RT29-Jul-08 22:48
Hamid_RT29-Jul-08 22:48 
QuestionVERY basic memory question Pin
__DanC__29-Jul-08 6:08
__DanC__29-Jul-08 6:08 
AnswerRe: VERY basic memory question Pin
toxcct29-Jul-08 6:15
toxcct29-Jul-08 6:15 
GeneralRe: VERY basic memory question Pin
__DanC__29-Jul-08 6:17
__DanC__29-Jul-08 6:17 
GeneralRe: VERY basic memory question Pin
toxcct29-Jul-08 6:33
toxcct29-Jul-08 6:33 
GeneralRe: VERY basic memory question Pin
Cedric Moonen29-Jul-08 7:32
Cedric Moonen29-Jul-08 7:32 
GeneralRe: VERY basic memory question Pin
Joe Woodbury29-Jul-08 8:50
professionalJoe Woodbury29-Jul-08 8:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.