1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT 0
More Next Blog»
[email protected] Dashboard Sign Out
C++ Codes Here c++ codes and projects are presented. The codes are simple to learn basic programming concepts (for beginners). And also some interesting projects are presented.
Tuesday, 23 April 2013
AIRWAYS RESERVATION SYSTEM PROJECT Description: This Project is an online ticket booking system. A computer reservation system which is used for the reservations of a particular airline. This project is built in C++ and is tested in Visual Studio 2012. It performs following functions:
Google+ Followers Junaid Hassan Add to circles
1. Local Booking 2. International Booking 3. Available Flights PREPARED BY: AFRAZ AHMED KHAN RANA JAHANZEB
74 have me in circles
View all
CATEGORIES
Download Complete Working Code:
C++ For Beginners
Buy Now
C++ Advance Level
See Video Demo Airline Reservation System:
C++ Projects
Airways reservation syste...
Blog Archive ▼ 2013 (27) ▼ April (27) ATM MACHINE PROJECT AIRWAYS RESERVATION SYSTEM PROJECT REPORT OF PROJECT MCQ'S EXAM MCQ'S EXAM PROJECT Code to produce increasing and decreasing stars
CODE: #include
#include #include #include #include #include using namespace std; char l_destination[5][20]= {"LAHORE","ISLAMABAD","KARACHI","PESHAWAR","QUETTA"}; char i_destination[10][20]={"LONDON","BERLIN","DUBAI","NEW YORK","BEIJING","PARIS","CAPE TOWN","TOKYO","LOS ANGELES","MUMBAI" }; class mytime { protected: int choose;
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
CODE TO DISPLAY FEBRUARY MONTH AS IN CALENDER GAME OF CHANCE USING RANDOM FUNCTION FILE HANDLING PROGRAMS FILE HANDLING CODES POLYMORPHISM EXAMPLE1 INHERITANCE EXAMPLE2 INHERITANCE EXAMPLE1 Code to produce decreasing stars Code for Simple Calculator Getting Maximum Value from Array Elements Manipulating Array Elements
1/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT public: void getdata() { cout<<"ON WHICH TIME YOU WANT TO TRAVEL"<>choose; } void show() { if(choose==1) { cout<<"| "<
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
A programe to calculate factorial of a number Programm to get multiplication table Calculating sum of first ten odd numbers using loo... A programe to find the roots of quadratic equation... A programme to check the divisibility of a number ... Conversion of Fahrenheit Temperature in Celcius Addition and Multiplication of Two Numbers Taking two inputs in variables and then interchang... Creating Columns using "SETW" Operator Simple Code To Show Your Name or Sentence on Scree... C++ (Programming Language Codes and Projects)
2
Pages Home Beginners Codes Advance Level Codes Professional Projects General Writings Mtlab Codes Web Development
Google+ Badge
Junaid Hassan Follow
Total Pageviews
69,003
2/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT " GOOD BYE AND HAVE A SAFE JOURNEY "<
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
3/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT "<
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
4/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT public: void searching() { cout<<"FOLLOWING ARE THE INTERNATIONAL FLIGHTS AVAILABLE"<>option; system ("cls"); switch(option) { case 1: if (option==1) cout<
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
5/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT k++; } } for( int i=0;i<5;i++) { if(strcmp(l_destination[i],c_loc)==0) { p++; } } if(k==1&&p==1) { cout<<" FLIGHT AVAILABLE ON THIS ROUTE"<>ch; cout<
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
6/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT } t1.getdata(); system("CLS"); booking::show(); if(ch==1) { cout<<"| "<
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
7/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT { protected: int b1_seat; int e1_seat; int choice; int c; int b; int v; char g; mytime t1; public: void getdata() { b=0; v=0; cout<<"In which AIRLINE you want to travel"<>option; system ("cls"); switch(option) { case 1: if (option==1) cout<
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
8/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT } booking::getdata(); for(int j=0;j<10;j++) { if(strcmp(i_destination[j],dest)==0) { v++; } } for( int i=0;i<5;i++) { if(strcmp(l_destination[i],c_loc)==0) { b++; } } if(b==1&&v==1) { cout<<" FLIGHT AVAILABLE ON THIS ROUTE"<>choice; cout<
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
9/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT if(b1_seat<=0) cout<<"SORRY NO SEAT AVAILABLE"<
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
10/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT "|ECONOMY CLASS "<>menu_choice; system("cls"); passenger* p1; booking b1; international i1; local l1; char back; switch(menu_choice)
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
11/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT { case 1: p1=&l1; p1‐>getdata(); cout<<"To Go To Main Menu Press b"<>back; system("CLS"); if (back=='b') { goto m; } else { cout<<"\n\n\n\n\n\n"; cout<getdata(); cout<<"To Go To Main Menu Press b"<>back; system("CLS"); if (back=='b') { goto m; } else { cout<<"\n\n\n\n\n\n"; cout<
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
12/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT search s1; s1.searching(); cout<<"To Go To Main Menu Press b"<>back; system("CLS"); if (back=='b') { goto m; } else { cout<<"\n\n\n\n\n\n"; cout< Posted by Junaid Hassan at 08:24 Recommend this on Google
Labels: airline booking project c++, airline reservation system c++, airways reservation system project in c++ visual studio
48 comments: Anonymous 4 December 2013 at 08:23 Thx Man, u r life saver..:) Reply Replies Junaid Hassan
6 December 2013 at 02:08
thanx for your appreciation
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
13/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT Reply
Anonymous 7 December 2013 at 19:57 i try to run this code using code block but its not working, help me please... Reply Replies afraz ahmad 14 April 2014 at 02:41 try to run this code on visual studio. It will work. Reply
Anonymous 19 February 2014 at 06:18 is this using a stack or linear list? Reply
Aida Nurdiena 23 February 2014 at 01:16 why still error on "using namespace std;" and cant run the coding Reply Replies Junaid Hassan
25 February 2014 at 22:42
Which software u are using for coding? if u are using 'visual studio' then hopefully this error will be removed.
junaidte14 28 November 2016 at 07:00 Free Download Complete Working Code Here: http://filesafer.com/file/36a72E Reply
julius supas 14 March 2014 at 07:46 can you make a plane reservation with double array pls Reply
julius supas 14 March 2014 at 07:50 it can use cancel,delete,insert,change,row >row:x reserve cancel i hope you can help me thanks alot Reply
Junaid Hassan
14 March 2014 at 21:53
julius supas , Give Some More Details. Reply
Joe Halpin 10 May 2014 at 10:06 Do you literally copy and paste the entire code? If so I've tried on visual studio 2010 and it comes up with errors Reply http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
14/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT Reply Replies Anonymous 27 September 2014 at 02:52 give some details about errors...!! it ran perfectly fine on my machine...!!
junaidte14 28 November 2016 at 07:01 Free Download Complete Working Code Here: http://filesafer.com/file/36a72E Reply
Anonymous 24 June 2014 at 06:11 can u tell me in this code the output is given or not given Reply Replies Anonymous 27 September 2014 at 03:02 output depends on what choices you made during the execution of the code.....!!
junaidte14 28 November 2016 at 07:02 To see video demo please see the video: https://www.youtube.com/watch?v=6QagfeZMi0E Reply
Jc 26 September 2014 at 03:31 Sir thank you for this :) so happy bout your system but there's something not working the seat and can you put some price for each destination? if its ok with you sir...thanks in advance Reply Replies Anonymous 27 September 2014 at 03:00 its easy bro..!! you can add it yourself...! where you select Class ( economy/business ) after that u can " cout " that for this destination economy class price is this and business class price is this....!! Reply
Jc 30 September 2014 at 10:15 how about the seat sir? how to put seating number? Reply
samyak jain 15 December 2014 at 05:02 This comment has been removed by the author. Reply
samyak jain 15 December 2014 at 05:03 Sir could you tell me for what reason SetConsoleTitle is used for? Reply
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
15/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT
Sayan Saha 25 November 2015 at 10:37 its not running on borland turbo c++ 4.5...will it run on microsoft visual studio 2012 ultimate..??? Reply Replies junaidte14 28 November 2016 at 07:06 yes, it will work in visual studio 2012. For demo you can visit following video: https://www.youtube.com/watch?v=6QagfeZMi0E Reply
Junaid Hassan 25 November 2015 at 10:50 yes it should run on visual studio. Reply Replies Sayan Saha 25 November 2015 at 19:50 i cant open the project via visual studio plz help me by providin the steps
junaidte14 28 November 2016 at 07:06 For demo you can visit following video: https://www.youtube.com/watch?v=6QagfeZMi0E Reply
Sayan Saha 25 November 2015 at 11:16 okay then let me install it ...will plz provide me the steps what to do after installting vs studio 2012..to run the program...?? Reply
Aniza Anuar 9 December 2015 at 21:17 can i know. "system ("cls");" what that's mean? Reply
Aniza Anuar 9 December 2015 at 21:18 can i know. "system ("cls");" what that's mean? Reply
Jade Graham 28 December 2015 at 12:42 This comment has been removed by a blog administrator. Reply
Varun P 25 January 2016 at 06:31 will this work on c++ visual studio Reply Replies Junaid Hassan 25 January 2016 at 06:51
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
16/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT yes it should. Reply
Fizan Zahidi 22 February 2016 at 22:58 can dev c++ read this coding??? Reply Replies Junaid Hassan 23 February 2016 at 01:06 I haven't tested it in dev c++. But it will work in visual studio. Reply
humna 13 April 2016 at 03:20 omg it worked on dev c++ you have done a great job very outstanding code it was very helpful for my final project submission :) Reply Replies Mudassar Yaseen 19 April 2016 at 11:07 Wow.. that's for my first project.. You should try to download Code::Blocks .. that may give you better interface and good results ;)
Unknown 16 July 2016 at 10:03 dev c++ has given me errors on line 750 saying..void main must return int. Reply
Mudassar Yaseen 19 April 2016 at 11:03 Such A nice Work Bro. Reply Replies junaidte14 28 November 2016 at 07:09 Thanks for the appreciation. Reply
Mudassar Yaseen 19 April 2016 at 11:05 this helped me in my first project ;) thank you.. Reply Replies junaidte14 28 November 2016 at 07:11 Good to know that it helped you. Thanks Reply
Anonymous 12 May 2016 at 17:48 what is the data structure used in this Reply http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
17/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT Reply
JUNAID FAISAL 24 September 2016 at 00:08 Can any1 plz add the abstraction plz plz.. Reply
Anonymous 20 December 2016 at 21:48 why there have problem at line 750..which "void int()" have error? Reply Replies junaidte14 21 December 2016 at 00:49 Download the complete working code below: https://sellfy.com/p/BDJB/ Reply
Manpreet Singh 15 January 2017 at 03:44 This functions shows alots of error and warning.... Reply Replies junaidte14 15 January 2017 at 04:43 I know that these functions give errors. You can download complete working code below: https://sellfy.com/p/BDJB/ Reply
Enter your comment...
Comment as:
Publish
Newer Post
MadMesh (Google)
Sign out
Notify me
Preview
Home
Older Post
Subscribe to: Post Comments (Atom)
Awesome Inc. template. Powered by Blogger.
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
18/19
1/18/2017
C++ Codes: AIRWAYS RESERVATION SYSTEM PROJECT
http://cplus14.blogspot.in/2013/04/airwaysreservationsystemproject.html
19/19