Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: HOTEL RESERVATION SYSTEM REPORT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HOTEL RESERVATION SYSTEM


[attachment=39967]

ABOUT THE PROJECT

Our project is on HOTEL RESERVATION SYSTEM. This is based on the language C and C++.This project will manage all the accounts and relevant data to the hotel and we can perform also related operation to it such as:-
• Reservation.
• Room status.
• Modification.
• Deletion.
• Quit.
And we also provide in this quit option which is useful thing for the users. This is easy in navigation of project and tell details about the project. The main advantage of this is that it is created in C and C++ hence chances of failure is less as compare to other platforms.
There is no such a GUI is created for this project means it will run on the command prompt.
A question arises while using C++ language that when we are using C++ then what is the need of C language. Answer is that since there is no GUI has created so for painting this, computer graphics is used and coding of computer graphics is on C language. Since for this kind of project computer graphics is needed hence use of C language was a need and it will be.
This project is secure too because in it C++ platform is used which secure from Trojans, Malwares, Viruses.

LANGUAGE USED

C Language:-

C is a programming language developed at AT & T’s Bell Laboratories of USA in 1972. It was designed and written by a man named Dennis Ritchie. In the late seventies C began to replace the more familiar languages of that time like PL/I, ALGOL, etc. No one pushed C. It wasn’t made the ‘official’ Bell Labs language. Thus, without any advertisement C’s reputation spread and its pool of users grew. Ritchie seems to have been rather surprised that so many programmers preferred C to older languages like FORTRAN or PL/I, or the newer ones like Pascal and APL. But, that's what happened. Possibly why C seems so popular is because it is reliable, simple and easy to use. Moreover, in an industry where newer languages, tools and technologies emerge and vanish day in and day out, a language that has survived for more than 3 decades has to be really good. While executing an arithmetic statement, which has two or more operators, we may have some problems as to how exactly does it get executed. For example, does the expression 2 * x – 3y correspond to (2x)-(3y) or to 2(x-3y)? Similarly, does A / B * C correspond to A / (B * C) or to (A / B) * C? To answer these questions satisfactorily one has to understand the ‘hierarchy’ of operations.

C++ Language:-

C++ (pronounced "cee plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as an intermediate-level language, as it Comprises a combination of both high-level and low-level language features. Developed by Bjarne Stroustrup starting in 1979 at Bell Labs, it adds object oriented features, such as classes, and other enhancements to the C programming language. Originally named C with Classes, the language was renamed C++ in 1983, as a pun involving the increment operator.
C++ is one of the most popular programming languages and is implemented on a wide variety of hardware and operating system platforms. As an efficient compiler to native code, its application domains including systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel and Embarcadero Technologies. C++ has greatly influenced many other popular programming languages, most notably C# and Java. Other successful languages such as Objective-C use a very different syntax and approach to adding classes to C.

. CONCLUSION

Talking about one side of coin means main conclusion about this project is that the project that is HOTEL RESERVATION SYSTEM is basically based on C++ language and is most effective. This is all about the management of accounts and related data of an hotel and it is quite useful for the users.
Now on the other side of the coin the GUI had to been created, because this project will not be able to provide simplicity to the users and also it is small project. All the steps evolved while making this kind of project is that there is a lot of things to learn in the language C and C++. Hotel Reservation System will be execute on command prompt and has different options for user, if any user want to quit the without doing anything than he or she can do it, this facility has provided in this project which is quite good.