Cyber Cafe Management System C++ Project

Introduction

This project is based on the working of Cyber Cafe Management activity which is involved in allotting various types of Management like keep the record of registered User and non registered user, updating the records. And deleting the records and also generate their reports. The cyber cafe current maintains the records manually. All the working hour, user name and its addresses have to be maintained daily in record book for further reference. Due to manual method the processing is not up to the mark and prone to inefficiencies. Report generation is a very tedious and error prone procedure.

This project has been undertaken to automate the Cyber Cafe Management. One entry should be made once and further the entries are fetches as required. This makes system more efficient. The user can only login the system if they are authorized to do so.

The revolutionary change brought by computer in every walk of life has been felt as mandatory as breathing air for human survivor. Cyber Cafe management System is very important place for keeping member records as per IT Law. In the present age of I.T., each & every aspect of human life from home to office, to store the information are being affected through computer some high & mid level languages like PASCAL, BASIC & C++ with application development tool has need it quite easier for computer professionals to built several projects. Among these software development tools C++ retains high value due to its better efficiency. This is cause for our making the project named “Cyber Cafe Management System” in C++.

The “Cyber Cafe Management System” is written in C++ language for the following reasons:

  • C++ is a flexible, structured programming language.
  • C++ is widely available.
  • C++ include certain low-level features that are normally available only in assembly or machine language.
  • C++ supports Object Oriented Program (OOP).

Objective

“Cyber Cafe Management System” has been design to exhibit the significant of an automated system, which is used to manage and store information about Cyber Cafe Management, in this project no attempt have been made in reinventing a wheel but sincere attempts have been made in demonstrating a COMPUTER BASED CYBER CAFE MANAGEMENT SYSTEM using the facilities of C++.

The project begins with the separate on different topics of as menu bar items. Each heading possesses a number of models as its menu items. The project provides a user-friendly environment revealing the functioning of each part of Cafe Management automating them, which the users are facing at different level of management in any Cyber Cafe.

So in this project, We try to do best of my error and hard work to cover some part of the system process. In this project sincere efforts have been made to develop a simple and easy Computer Based Cyber Cafe Management. The users of this system are required to feed up there own data giving up appropriate constraints be able to manipulate the functioning of various highlights of system.

The user provided with remarkable facilities of adding, printing, saving, deleting, modifying, closing as well as editing the data that has been entered currently or in the past.

Salient Features of the Project:

1) Cyber Cafe Management System is dos Based Graphical software.
2) Being of its ease of access and interface, this system can be used by any specialized or non-specialized users.
3) Addition, deletion, modification of member records, machine records and surfing records are easily maintained.
4) Reduce time, money and efforts of doing a work.
5) Provide better service and accurate information to the factory.
6) Provide fast retrieval of information.
7) Restricts unauthorized person to use important data.

WORKING WITH THE SYSTEM

When the project “Cyber Cafe Management System” is started the initial startup screen is displayed which asks the user to enter a valid password.

Logging-in to the system

Every user must logging-in to the system before he/she could perform any operation. In the login screen user is provided password. After specifying correct password the main menu will open.

Main Screen

After successfully login, the user gets access to menus of “Cyber Cafe Management system”. The main menu of the project works as a mirror of the services what the software can provide.

There are following menus such as:

  1. Master Entry
  2. Cafe Management
  3. Exit

1) Master Entry: This Menu is used for getting details about Master Data about personal computer and permanent users.

The sub-menus of master entry option given below.

a) Member Entry Option Of Master Entry has following option:

  • Add New Member
  • Show Member
  • Update Record
  • Delete Record
  • Search Record
  • Return

b) Computer Entry has following option

  • Add New Computer
  • Show Computer
  • Update Record
  • Delete Record
  • Search Record
  • Return

2) Cafe Management Option of Main Screen has following option :

a) Booking : This option maintains the data about the member when he log in computers and what time spent on the particular machine ,it covers the following

  • Member Login
  • Member Log Out
  • Non-Member User Log in
  • Non Member User Log Out
  • Return

b) Charges : This Option calculate the charges against browsing:

  • Take charges
  • Show Charges
  • Return

c) Renewal: This menu option maintains the renewal process of the registered members .Old member can take new membership after paying the membership fees.
d) Return : Exit from Café Management Option to Screen option

The system can be divided into modules.

The modules specifications of the system are as follows

  1. Login process module
  2. Master Entry for member
  3. Master Entry For computers
  4. Allotment of computers (Log In)
  5. Log out Module
  6. Charges Module
  7. Renewal of Member Module

Different tasks under these sub parts are as follows

1. Login Process Module : Login process Module is the first Module in Cyber Cafe System. For logging in the application expects the user to provide a valid login password. Then application performs the validation process of the password information against some data repository where there values are stored. If the user is authenticated, they can proceed to the Cyber Cafe Automation System. If the authentication fails the user is forwarded an error page informing him of the failure of operation.

2) Member Entry : This module gives information about the registered and non-registered member . This module creates new member record, display a particular member record, list of member and modify and delete Member records.

3) PC Entry Module: This module contain the detail of about the machine used in café with full information about Memory Capacity, Processor Model ,Motherboard Company and an unique code assigned to each personal computers. This module also covers the list process, delete and modify computers information

4) Log-In Process (Allotment) : This module covers the activities of the allotment of computers to member for uses. it keeps the start time for browsing and machine detail.

5) Log-Out Module: When User left the system, log-out process keeps the time of log-out to calculate the time spent on the system that why charges can be taken.

6) Charges Module: This module calculates the charges of browsing the system from time to log in system has taken and log out. It calculates the time spent on the system and charges to be paid by member.

7) Renewal Module : This module covers the renewal of old members .The User of the system enter the old member id and verified the code and enter new membership date .The membership can taken for week-month or year.

Output Screens:

  • Main Login Form
  • Main Menu Form
  • Main Master Menu
  • Member Entry Menu
  • New Member Entry Form
  • Show All Member Record
  • Update Member Record Form
  • Computer Entry Menu
  • New Computer Entry Form
  • Show All Computer Record
  • Cyber Cafe Management Entry Menu
  • Booking Menu
  • Member Login Form
  • Member Logout Form
  • Non-Member Login Form
  • Charge Menu
  • Charge Entry Form
  • Member Renewal Form
  • Show Charges All Record

Features to be tested

In login Module

  • Check incorrect password.

In the Input Module

  1. In the Member Master Module
  • The user does not enter Member code, it is decided by the software itself.
  • Member name should not be accepted a null value.
  • Member name must be less than twenty characters.
  • Address should not be accepted a null value.
  • Address must be less than thirty five characters.
  • Phone number must be greater six characters less than 14 characters.
  • E-mail must be less than thirty five character.

2) In the Computer Module

  • The user does not enter computer’s code; it is decided by the software itself.
  • Computer name must be twenty characters.

3) Login Module

  • The user only enters member code if there is a member.
  • Member code is given. It should be present in the member record.
  • Computer code is inputted.
  • Then click at the login button to login.

4) Login Module

  • The user only enters member code if there is a member.
  • Member code is given. It should be present in the member record.
  • Computer code is inputted.
  • Then click at the login button to login.

Checks And Control

In this project entitled Cyber Cafe Management System. It is necessary to use checks and control because this make the software user friendly and this preserve the entry. In this project we used the checks for phone no., date, month, and year entry where the month should not more than 12 and less than 1, days should not more than 31 and less than 1. There is also checking valid Entry like Character Field Store Characters Only and Number Fields Store Numbers Only. There Is So Many Checks For Different Purposes.

The project maintains the controls in the fallowing ways:

When you add a new member, the system automatically creates a code for this entry but when enter address without filling up the name entry it does not allow you to do so. You cannot proceed without filling up the name column. Similarly, you cannot go to next entry without filling up the previous entry in the “new member”. In any module you cannot look any particular records without filling up the code of that record

Findings

On working with this project I have got to interact with many more ideas to make it more advanced and perfect. This project will provide a better management for any Cyber Cafe System, through Computer, which needs many information about work and control. I have tried to cover almost all the areas of a Cafe area

This project can be automatically generated introduces us to the vast areas of computers. This project inspires me to the ideas of developing user-oriented software for a cafe.

I have got to learn more new things through these projects.

The last conclusion of this projects are

1)   Caber Cafe Management System is dos based Graphical software.

2)   Being of its ease of access and interface, this system can be used by any specialized or non-specialized users.

3)   Addition, deletion, modification of records is very easy.

4)   Reduce time, money and efforts of doing a work.

5)   Provide better service and accurate information to the Factory.

6)   Provide fast retrieval of information.

7)   Restricts unauthorized person to use important data.

For future use, there are so many provisions specified with the help of which the system can also

Future Scope

For future use, there are so many provisions specified with the help of which the system can also survive in the future with its excellent capacity and robustness. This can be improved adding some new module related to accounting and inventory.

Security on data can be implemented. As well as it can be converted into GUI platform. All the works that are being held manually my software can do it very fast and in very less time.

We can also mention the special feature from company that is offered to customer. I can add some extra feature that will be new and forth coming. The Client / Server technology can be implemented.

Graphics Package Editor C++ Project

Graphics Editor is a software tool that helps the user to create some painting on the screen to do some operation on it. This is a simple and a user friendly graphics editor based on the Windows platform.

It consists of the following basic facilities:

  • Geometrical shapes such as straight line, parallel lines, circle, ellipse, spiral, square and rectangle can be drawn.
  • Geometric transformations such as rotate, scale, flip, mirror image and translate are provided.
  • Editing jobs such as clipping and deleting can also be done.
  • Some other features include flood fill, eraser, free hand drawing and text typing.
  • A range of colors and patterns has been provided for the user to choose from.
  • The position of the mouse pointer is shown in the status bar at the bottom of the screen.

In short all the basic features necessary for the graphics editor have been provided. Care has been taken to provide an easy-to-use mouse interface involving an icon-based interaction to provide an intuitive feel to our graphics editor.

Introduction to Project

Editors are the programs which help computer users to enter text, programs, or data on the file system of a computer. Files containing text, programs, or data are stored in secondary storage device and updated by the general-purpose system software program called “EDITOR”.

The Editors may be simple with limited range of operations or may be powerful with sophisticated commands.

Editors are broadly classified as:

  • Line Editors.
  • Screen Editors.
  • Graphics Editors

Graphics Editors are used to draw geometric primitives like Points, Lines, Rectangle and Circles. It also supports outline coloring of the objects.

A simple Graphics Editor should include the following features:

  • Facilities: Cursor Movement, Editing picture objects (point, line, circle, rectangle).
  • Good User Interface

REQUIREMENTS SPECIFICATION

  • Any version of WINDOWS operating system.
  • MICROSOFT VISUAL C++.
  • Graphics library provided with OpenGL.
  • WINDOWS operating system.

USER MANUAL

The code for the Project is mentioned above:

The various instructions to make User friendly are given below:

Consider our program name is MAIN.

1. Click on the BUILD menu and then go to COMPILEMAIN.CPP for compilation of the code (OR) CNTRL+F7.

2. Click on the BUILDMAIN.EXE (OR) F7 in the BUILD MENU.

3. Click on the START DEBUG menu and then go to GO in that menu itself (or) press F5.

Then we will have the output screen which consists of robot figure.

4. Click the right Button of the mouse to get the menu options.

5. The menu options consists of

i. Shapes

  • Points
  • Lines
  • Rectangles
  • Circles

ii. Colors

  • Default(Black)
  • Red
  • Blue
  • Green

iii. Undo.

iv. Exit.

6. In order to draw points select points from shapes submenu.

7. In order to draw lines select lines from shapes submenu.

8. In order to draw rectangles select rectangles from shapes sub menu.

9. In order to draw circles select circles from shapes submenu.

10. In order to use colors select from the colors submenu.

11. In order to come out of output screen select exit.

Future Enhancements

The following are some of the features that are planned to be supported in the future versions of the graphics editor:

• The package currently is platform dependent and runs only On DOS based machines so making it portable for other machines also.
• Features like “Undo” and “Redo” could be provided.
• The editor saves images in a very raw format and cannot load or save in standard image file formats such as bmp, jpeg, gif. Therefore, Support for different file formats like bmp, jpeg, gif etc. could be provided.
• To accomplish the Graphics Editor print function, the PostScript page description language can be used. PostScript enables us to communicate with a PostScript- compatible printer to effectively describe the page to be printed.
• Support for advanced 3d drawings and transformations.
• Only Single Document Interface (SDI) has been provided even though multiple document interfaces can be provided.

Conclusion

This graphics editor is very user friendly tool. The user can very easily use this tool to draw or manipulate a drawing. The interface is mouse driven and the user can select a function by clicking on an icon representing that function.

Staff Management System in C++

Project Staff Management System in c++ that prompts the user to choose from a selection of options. The system must be able to store employee id, name, age, address, role and salary preferably in a class or if not in a struct.

The menu must ask the user if they wish to insert an employee into the system, search for an employee via their id number, edit employee details again finding employees must be done via their id number, delete an employee and search for all employees with a wage higher than 20k.

The Staff Management System system must be able to store the employee data but not in a file just in a system so that when you search you can find the information you entered. It would be better if the project uses a class or classes as it is better if the program is oop.

Also it should run in code blocks and should be written in one file not multiple files. Lastly it should be commented to explain what the code is doing in technical terms.

Banking System C++ Project

Introduction:

Banking System is developed in C++ to replaced manual System by a computerized system.

This system allows to create a new account and Allows to deposit and withdrawal amount facilities.

It Also maintains Loan Transaction and Paying Loan Installment.

It also Provides Advanced searching Facilities.

Modules:

Open Account

User to Create The New Account Of Customer

Deposit Amount

In This Module, Customers Can Deposit Amount in their Accounts.

Withdraw Amount

In This Module Customers Can Withdrawal Amount from their Accounts.

Display All Account

This Module Display All The Account Information.

Display Transaction

This Module Display Transaction Information By Account No, By Date And All Transactions Of All Accounts.

Delete Account

This Module Closed Account Of Customers.

Loan

This Module Maintain All Transaction Of Loan. Also, Maintain Installment.

Search

This Module Provide Advanced Searching Techniques.

Transfer Amount

This Module Provide Facility For Transfering Amount From One Account To Another Account.

Validations:

–   System Generate Account No and Loan Id Automatically.

–   The user can not Enter number In Name Field.

–   The user can not Enter Character In Mobile No.

–   The user can not Enter Less or More Than 10 digits in Mobile no.

–   The user can not Enter Character In Numeric Field.

–   The user can not Enter Invalid choice and Invalid date into the system.

  • Welcome Screen
  • Developers & Guide’s Name Screen
  • Main Menu Screen

– User Can Select multiple Options.

  • Open An Account Form
  • Display All Accounts Information
  • Deposit Amount In A Particular Account
  • Account Information After Deposited Amount
  • Withdraw Amount In a Particular Account
  • It shows Account Information After Withdrawal Amount
  • Displaying Transaction Menu
  • Displaying All Transaction Information
  • Displaying Account Wise Transaction  Information
  • Displaying Account Wise Transaction Information
  • Displaying Loan Menu
  • selecting Loan Type
  • Displaying Calculation On Loan Amount And Add Interest to Loan Amount and Display Monthly Installment
  • Confirmation For Applying Loan
  •  Applying Loan And Storing Detail Of  Customer
  • Paying Loan Installment
  • Displaying All Loan Information
  • Displaying Loan Information By Loan  Type
  • Displaying Loan Information By Loan  Type
  • Displaying Search Menu
  • Searching Account In for formation By  Account No
  • Searching Account Information By  Date  It Shows Invalid date If Date Is not correct
  • Screen For Searching Account Information By  Date
  • Displaying Message If Record(s) Are not Found
  • Displaying Account Information BY Date
  • displaying Account Information Between Two Amounts
  • displaying Account Information Between Two Amounts
  • displaying Account Information By Account Type
  • displaying Account Information By Account Type
  • Transferring Amount From One Account To Another Account

University Management System CPP Project

Introduction

I begin with a brief introduction about this project and the different stages of the design and the development of UNIVERSITY MANAGEMENT SYSTEM. Before detailed discussion, first of all I would like to give an overall idea about this project.

In University a large amount of data is processed and the results are used in running an organization. The University management system project maintains the list of colleges and their different streams. It also maintains the examination and the result department with a proper menu system.

Tools/Platforms and Languages Used

Programming Language: C++

Documentation: MS-WORD

Output Screens

There will be different types of output screen such as help screen, main menu for listing the account holder records with their balance, for creating new accounts, displaying individual accounts details, displaying daily transaction reports and monthly report of bank/individuals and for modifying any account holder balances, closing their account and finally to exit from the Banking Accounting system.

Training of Personnel Involved with the System

Those who are directly or indirectly related with system development work must know in detail what their roles will be, how they can make the efficient use of the system and what the system will do or not do for them. Here both the employees and users need training.

System Operator’s Training:

Running of the system successfully depend on the personnel working on that system. So their training must ensure that they are able to handle all possible operations, both routine and extra-ordinary in nature.

Keeping the above objectives in mind system operator’s are trained with some fundamental topics as:

  • How to turn the equipment on and use it,
  • How to power off and a knowledge what constitutes normal operation,
  • Different types of malfunctioning, how to recognize them, and what steps should be taken whenever they arise.
  • As part of their training, operators are given both a troubleshooting list that identifies possible problems and remedies for them, as well as the names and telephone numbers of individuals to contact when unexpected or unusual problems arise.
  • Familiarization with run procedures, which involves working through the sequence of activities needed to use a new system on an ongoing basis.

User’s Training:

User training deals with the operations of the system itself, with proper attention given to the data handling techniques.
Users are trained in methods of entering transactions, editing, formulating inquiries, and view reports. Users are familiarized with simple systems maintenance activities.

Training Methods

In-house Training: The main advantage of offering in-house training is that instructions can be tailored according to the requirements of the organization.

Organization can involve more personnel in the training program because this type of training method is more economical.

Future Scope of the Project

 

Normally a Banking Organization covers different area of business. However this project UNIVERSITY MANAGMENT SYSTEM only covers the implementation of the student, college’s records and their various activities. The data accumulated in this project is used periodically to provide different types of managerial information.

The future applications of this UNIVERSITY MANAGEMENT SYSTEM are:

I)             This overall project is basically written in function and can be used in conjunction with other program, for future development for UNIVERSITY system.

II)           We have provided many data function through which any one can know about any STUDENT/COLLEGE giving COLLEGE/STUDENT number.

III)         The project is using the modern trend OOPs that gives a better design to the software, which help in maintaining code in terms of reusability, modifiability, etc. These attributes a quit wanting in today’s complex software scenario. OOPs giving a better designs objective taken this problem and provide better design objective.

IV)          This software is design with OOPs so we chosen C++ language, which provide all features which will be needed in future. This software is having sounding economic aspect with the motion of controlling the local market.

V)           Cost of our project is comparatively low.

After using UNIVERSITY MANAGMENT SYSTEM the user will findthat in the package provided to them has some of the facilities are slightly different than any other packages. This project omits something or adds some additional minor details as and when required by the user.

Video Library Management System in C++

Aim of the project

The aim of the video library management system is to deliver a working system that will allow the video parlor user to keep the records of the videos which are in stock and also the ones which have been rented including the issue and return date.

Objective of the project

In a computerized system, the user can do things in a much easier way as compared to the manual system of keeping the records. This software is made to computerized the working of keeping tracks of video cassettes.

Application Area

The project undertaken is actually to develop a video library management system for the higher level authority. The application will be in C++ & the concept of files has been included to save the records.

So, the application area of the project will include all the tasks involving the records of renting video cassettes and maintaining records of customers renting those cassettes.

The Video Library Management System is a live project software. It maintains records of all the video cassettes and provides complete and reliable information of the record of the video cassette and the customers who rent them. Overall the system is very helpful in order to provide a quality service efficiently and effectively. And I have also tried to fulfill almost all the requirements. There might be some limitations but those are due to time and cost constraint. There is a lot of scope for further enhancement of the project.

Video Library Management System 

SCOPE OF THE PROJECT 

Today, IT industry is known as word of magic. No doubt it brings a universal change in society. The existing manual system is very tedious so that this system is used to get rid of that old system.

This Video Library Management System is having the entire features to provide the full information of a commercial video library such as available movies, issued movies, no. of copies of each movie, personal details of customer. Video Library Management System will help the trader to generate important & informative reports and helps the business to maintain proper record with proper allocation of data.

The proposed system aims to develop a system that helps to manage all basic information of a video library. This information system is flexible enough to be used in any other sort of sort for storing & retrieving information of transaction by slight modifications. The proposed system has the following objectives to be achieved.

User Friendly Environment.

  1. Less Space.
  2. Fast Retrieval.
  3. Easy to Operate.
  4. Accuracy.
  5. Cost Reduction.
  6. Report generation etc

Gas Agency System C++

INTRODUCTION 

The Gas Agencies and the number of gas users are seem to increasing day by day. The transactions like booking gas, releasing gas, keeping records of all customers, etc. when being processed manually take up a lot of time and thus add to the problems of the management, and thus to keep track of the transactions of the gas agency, a software packages seems to be best way as it will speed up the work time and lesson up the complexities of the management. In simple language the project provides such user friendliness and easy understandability that even a novice user will find it easy to use the package and grasp its essence.

Problem Definition 

The software would be able to solve the problem which aeries in the middle level or higher level of Gas Organization where several bills are to be made simultaneously. There would be chances of several mistakes while preparing invoice like calculation or within wrong addresses, date, bill no., etc it would also be able very difficult for them to keep the each record as it occupy lot of useful space & time to maintenance or to find just the details of one or two bills from many files. 

objective:

Objective of this software is to computerize the manual system of a Gas Agency, so that all the transactions become fast and easy. It replaces all the paper work. It works according to the need and lowers the workload of user.

Objective of the program is rather simple .It provides easy management of transaction that are regular in a business concerned for which it have been developed. It’s provides an easy navigation menu which a layman user can also use.

Gas Agency Home Page

It manage the entire record along with date, item code, item cost etc. in this program there is a working mode available administrator. An administrator is as usual given all the rights like adding information, modifying existing information, deleting and viewing the information.

In this system clearly aims at reducing the paper work at the cost to be borne of the registers and other things are much higher than the System’s working. Its keep record of all the information given to it according to the date which makes locating a record quite easy.

H/W REQUIREMENT

The h/w used for developing the project entitled Gas Agency System is as follows:

  • Intel Pentium 3 processor
  • Ram : 128 MB
  • Hard disk : 20 GB

S/W REQUIREMENT

The S/w used for developing this project entitled Gas Agency System is as follows:

Window 98, XP  o/s

  • Borland turbo c++ 3.0 IDE
  • MS-DOS  for documentation

Gas Agency Context Level Diagram

WORKING OF THE PROJECT 

  • User can book gas by selecting option 1 from the main menu.
  • Booked gas can be released by selecting option 2 from the main menu.
  • User can view list of members along with their booking status by selecting option 3 from the main menu.
  • Member records can be added, modified or deleted by selecting option 1, 2 or 3 from the edit menu.
  • Booking report can be viewed by selecting option 5 from the main menu.

CONCLUSION

This project designed to meet the requirements of a Gas Agency management System.

For designing the system we have used simple data flow diagrams.

Overall the project teaches us the essential skill like:

  1. Using system analysis design techniques like data flow diagrams in the system.
  2. Understanding programming logic and language along with the utilities like reports, forms, queries etc.

University Management System Project in C++ with Source Code

University Management System Project is developed in c++ programming language. This project contain full project report, documentation with data flow diagram, screen shots..etc.

University Management System

University Management System Project Overview:

In University a large amount of data is processed and the results are used in running an organization. The University management system project maintains the list of colleges and their different streams. It also maintains the examination and the result department with a proper menu system.

Man is a social animal and has endless wants and needs. The days of the primitive man are gone. Gone too are the days when survival meant just food, clothing and shelter. Technology has changed the ways we live. The invention of currency has ushered in a new breed of humans. Most business transactions are clinched by fiscal exchanges.

To sustain them, people put in hours of work .The average adult spends approximately one-third of his or her life working. Business is booming. A considerable portion of the expenditure of the business is on the compensation given to its employees. Therefore it becomes necessary for an organization to maintain perfect and accurate record. For this we need a computerized  university management system.

Perfect ness is the key to work. It is very important from the point of view of the organization as well as for the student that the record is maintained about the colleges and students error free. So, speedier and accurate maintenance of the university becomes a matter of importance. Automation does this to a large extent.

As we know that today is the world of computers and it has entered in the each and every phase of everyday life. Computer plays an important role in day-to-day   work. Hence today is the day of computers.

The use of computers in the field of management of information is well known to us .The use of computers in the university management system provides following benefits over manual system 

1.) Availability

It gives us that information which was not provided by the manual system. 

2.) Timeliness

Provides information (output) in less time. 

3.) Accuracy

Using computer, we will get the information more accurate rather than the manually calculated and manual records information. 

4.) Completeness

Computer never gives us incomplete information. We will always get the complete and full information using the computer.

5.) Meaningful and action oriented

Whatever the work we will provide the computer to do, computer works on only that particular work. It means computer always do a meaningful and action oriented work for the user. 

6.) Commensurate

Whatever the format (output) is designed for a particular program by the computer should be in such a manner that co-relates with the format of other information groups.

“A University Management System handles all information necessary for handling a college and student.” This system must develop the paperwork necessary college and the students. The system must maintains files on individual college and student record, provide up to date the information, print outputs on information related to the University.

In addition, the system must have checks & controls that prevent fraudulent use of payroll funds.

* The University management system processes data related with activities of students and colleges. So university management system is very important for a university. Needless to say, careful planning and suitable backup measures are absolutely necessary when automating these activities. During the selection process, it is worthwhile to review our present universities policies.

Improve benefits over before talking the whole questions of automating the process.

A good university management system will process input data faster and reduce clerical time, while:

  • Assuring management control in making certain that output is correct.
  • Generally useful reports at little or no incremental cost.
  • Project is handled with oops concept.

C++ Tank Game Code

Tank wars or tank game project in C++ is for students who  want to develop this project for academic project. This game software source code is designed in C++ language.

Project Category:

C++ Game Project

Project Design:

Main objective of this project is to design a military type game with two players. Each player will have tanker and base camp and options to gain points by attacking other player tanker and base. Winner is decided based on points he will achieve by destroying opponent camp.

Detailed explanation about project implementation, rules and features are provided in readme file and rules file provided in download file.

Points Procedure:

There are three ways to complete game and win points. In first option which player winds gold will win match and second option is destroying opponent base camp and third option is reaching maximum number of moves.

Project Features:

Multiple player options

Easy to play and complete task in short time.

Download C++ tank game code

Academic Search Engine Project

Academic search engine project is a simple web crawler project designed for universities and colleges for finding research papers, previous year woks of various authors.

Project Requirement:

Qt4-Core`

* `Qt4-WebKit`

* `Qt4-Gui`

* `libXML`

* `R-core`

* `XML R-package` 

Project over View:

In order to use these project students should have knowledge on QT and C++ programming, Linux basics.  Search engines are important for finding exact information from web based on the user request. There are large collection of education related papers and projects in academic sites which need a search engine.

Project Advantages:

This application works for single and multiple users with single and multiple search engines simulation sly.

Installation and Execution:

Detailed information about library, packages installation is provided in read me file which is available in download file.

Download source code from below link