• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
projectsgeek

ProjectsGeek

Download Mini projects with Source Code, Java projects with Source Codes

  • Home
  • Java Projects
  • C++ Projects
  • VB Projects
  • PHP projects
  • .Net Projects
  • NodeJs Projects
  • Android Projects
    • Project Ideas
      • Final Year Project Ideas
      • JSP Projects
  • Assignment Codes
    • Fundamentals of Programming Language
    • Software Design Laboratory
    • Data Structure and Files Lab
    • Computer Graphics Lab
    • Object Oriented Programming Lab
    • Assembly Codes
  • School Projects
  • Forum

ProjectsGeek

Periodic Table Program using C++ Language

October 3, 2014 by ProjectsGeek 4 Comments

Periodic Table Program using C++

 

 

Project Objective

This program will help students to get the details regarding each elements which are available within the periodic table. It will enable the students to get the details of each element by just one click. This program is easy to run and get details of each elements. Users have to just select the particular element by moving arrows up and down and then press enter to get information such as atomic number, their atomic value, their location in the periodic table. One thing which users have to remember is setting the path of graphics driver which will be available under the bgi directory. To set the graphics driver location, first check out your graphics path as per your compiler which you are using and set its path. Once the program has been run, it will display the home screen of CBSE EXAM PORTAL

To start getting details wait for the next instruction generated by the command line. It will ask you to enter or press any key as per your requirement. The next page which will take you to the next screen will be as given below.

Existing System

If you have to get information regarding any elements of periodic table then you have to use either period table which is made of paper or if you are going to use any software then you have to wait to download that particular software. Sometimes you get irritated, because the downloaded software are not getting the exact information as per your requirement. In the existing system, users do not get details of all elements which are available in the periodic table till date. Under the existing system all elements are not available under the same screen and you have to press next button or previous button to get details of your desired elements. All elements are not easily visible clearly so you have to scroll down the screen to get the entire information. There is no any simple way to quit the program and some program takes more disk space just for getting few information on time.

Project Snapshots 

Periodic Table home
Periodic Table
splash screen

Proposed System

As this program in written in C++, so it will take a little amount of your disk space and memory to load and execute the program. You do not have to download any software to get the details of elements which are available under the periodic table. You have to just use the codes which are given for this program and run over your computer. When you will press any key, you will be taken to the main screen of period table section and its starting screen will be as:

You can click any key to go to the next section. Under the next screen, you will be provided with all the elements list on the same screen and it will be displayed in same way which is displayed over periodic table chart map.

Download Project

Periodic Table Abstract Download Abstract
Periodic Table Source Code Download Source Code

Other Projects to Try:

  1. Shuffle Game project using c++
  2. Matrix Calculator Program using c++
  3. How to Implement Hash Table using C language
  4. Hash table code in C Language
  5. Assembly Language Codes

Filed Under: C++ Projects Tagged With: C++ Projects

Railway Reservation System project using C++

October 3, 2014 by ProjectsGeek Leave a Comment

Railway Reservation System Project

 

 

Project Objective

Railway Reservation SystemAutomatic processing plays vital role for bulk amount of data and even that generating correct results and displaying correct information is one of the challenging task in this technological era. Among various organization our Indian railway network also deals and process bulk data every day. To make the processing task easier and saving correct information into the file system will help this organization to grow more and more and supports in our Indian economy growth. Among various tasks performed within this organization reservation of tickets is also a common task which takes place every day, so to manage this task efficiently, a new computer oriented system is required. In order to maintain privacy and security for each customers, each customers will have a valid login id and password to access their account and using their particular, they will able to make their reservation. Proper payment has been implemented and provided within the system, to make secure payment and keep their payment resources secured. Using the concepts of object oriented programming, this project has been divided into different modules which is to be carried out by classes and methods and final touch given by the objects which are allowed to access their variables and methods of a particular class.

Existing System

Existing Railway Reservation System not having feature of displaying appropriate messages for events and errors which occurs while accessing the system. Proper validation and session has not been set up by which it system not able to identify and differentiate users, so cannot be used appropriately for multi user environment. This Railway Reservation System  do not able to provide the details of customers transactions and their payment mode along with date, time and processing charges details. Making changes in information and perform administrative task was not possible while using existing system. It does not able to provide availability details to the passengers and system can only be used, when passengers know the train details along with their processing and charges details.

Proposed System

While using with this new Railway Reservation System , passengers will be provided with two options at this project home page and these two are: – Register and Login. If candidates do not have their account, they can create a new account and after completion allowed to access this system to carry out the task of making their reservation. If existing passengers have their account, they can access it by using their passenger id and password. Passengers will be allowed to search between source and destination and check availability of seats on particular date. Once the particular train will be selected, they can fill the information form along with total number of passengers and select appropriate payment source to make their final payment for making final confirmation of their reservation.

Download Project

Railway Reservation System Abstract Abstract Download
Railway Reservation System Source Code Download Source Code

Other Projects to Try:

  1. Online Reservation System Project in Java
  2. Hostel Reservation System Project in PHP
  3. Railway Ticket Reservation System in C++
  4. Railway Reservation System Rational Rose UML Diagrams
  5. Search Projects

Filed Under: C++ Projects Tagged With: C++ Projects

Matrix Calculator Program using c++

October 2, 2014 by ProjectsGeek Leave a Comment

Matrix Calculator Program using c++

 

Project Objective

Solving problems based on matrix involves intensive calculation work and even a single mistake will be done, then user will not able to get the correct result. You have to enter elements for each row and column. Only entering data for each particular index, does not solve the problem. Getting output and processing tasks involved in getting the desired result is much hard work. You to find the center value by eliminating the values of other indexes. While making multiplication, you have to multiply each element with other element of second matrix. It processing work involves multiplying each row element of first matrix with every column element of other matrix. If you will solve this problem manually, then it will take some time and time also depends on the type of matrix. If the matrix size will be 2×2 then it can be solved easily, but if index size will be greater than 3 or both matrix indexes will be differ, then it’s hard to solve the problem within 5 minutes. So to save your time, this system can be used to match your solutions just by entering few details about the type of matrix and about their elements.

Existing System

Although the existing system also provide computer oriented solutions to get the matrix multiplications results but the existing system cannot be used for different sizes.It cannot be used for those matrix whose index sizes various and this system can only be used for those matrix whose index sizes are of two dimension. You will also be able to calculate multiplication of two matrices have dimension size 2×2. But you cannot able to get results on matrices having size greater then 2, so you will not able to check your result at a time. The existing system also not able to display the entered elements while displaying the final results, so that user can verify their entered data.

Proposed System

The current matrix multiplication system will able to provide results of any desired matrix size. Users will be also provided with options to choose the matrix size before entering the elements value for that particular matrix. Once the matrix size has been entered for both matrices, you will have to only enter the elements for each matrix and your work is done. You do not have to work more with this system and rest work will be performed by the login written on the back side of the screen. It will able to display the final results along with elements of each matrix.

Download Project

Matrix Calculator Abstract Download Abstract
Matrix Calculator Source Code Download Project

Other Projects to Try:

  1. Sparse Matrix Operations Code using C Langauge
  2. Periodic Table Program using C++ Language
  3. Java Programming from program analysis to program Design By -DS Malik
  4. Matrix Operations with Pointers
  5. Matrix operations in c language

Filed Under: C++ Projects Tagged With: C++ Projects

Banking System project using C++

October 2, 2014 by ProjectsGeek Leave a Comment

Banking System project using C++

 

 

Project Objective

The main objective of this banking system which is developed in c++ is to provide a flexible solutions for banking industry. With this system both type of users such as bank customers and working personnel of the particular bank will find easy to use and able to perform all their operations using this system. This system enable its users to open and close the bank account. Customers will able to withdraw and deposit amount to their particular account. It will also able to generate transactions on money for particular customer account.

Working personnel of the particular bank will make to make all the operations which are required within the banking premises. The operations which can be performed by the bank personnel are: Adding new customer account, edit existing customer account, list all customer details including their account number, able to generate daily and monthly business transactions report etc. Its user friendly graphical mode will made its users to work with this new system in more interactive way.

To perform operations such as adding customers account, a particular form will be appear under all fields should be entered correctly. If there will be any error while entering the data, system will not accept those values and its data will not be saved in the file.

Banking System project Snapshot

account info
Banking System project welcome
Account transaction
Edit menu
Banking System project menu
open new account

Existing System

Existing system do not provide a user friendly environment to work the system. Existing system is not developed in such a way which can be easily handled by the end user. Under this system, users are not able to generate transactions statement and this system was not developed in such a way that it can be used by their customers also. This system does not uses the concept of authentication and validation before using the system and thus security measures was a major issue under the existing system. Under existing system, the concepts of graphics was not implemented and thus all processing was done by entering certain command which cannot be used by the end users and proper training given to the working personnel of the particular bank.

Proposed System

This new system has the potential to perform all the activities which are required to make a successful bank. This interactive system will able to provide customers all the information just by single click. Even working personnel will also able to make their query and able generate results as per their requirement. This new system has unique authentication and validation which will identify the type of users and as per that, it will provide particular working screen for particular users by which confidentiality can be maintained and do not get prone to any errors.

Download Project

Banking System project Abstract Download Abstract
Banking System project Source Code Download Source Code

Other Projects to Try:

  1. Micro Banking Android project
  2. Internet Banking System project using Java
  3. Net Banking System project in Java
  4. Multi Banking System Project using Java
  5. Banking System Project using c Language

Filed Under: C++ Projects Tagged With: C++ Projects

Payroll Management System Project in C++

October 2, 2014 by ProjectsGeek 2 Comments

Payroll Management System Project 

 

 

Project Objective

Payroll management system explain itself that it’s an accounting package that will provide a financial solutions for a particular organization or for a particular institutional body. This payroll management helps account to maintain all records on using predefined rules set by on the organization working pattern. Its admin module has been developed in such a pattern that allows to change the working rules any time as per the business requirement. Its automatic rates and salary are fixed which saves processing time for preparing final ledger. Admin will only have to fill the database with only employee’s details and select their type of work and their post and final report will be prepared by the generation module. As codes has been developed by using the concepts of object oriented programming so, coding re usability can easily be achieved. Even if there will be changes to made in future, it can be performed by the technical person within few seconds just by changing the working rules. All working departments within the organization will share the common file to access the particular data, so there is no chance of data redundancy and helping in maintaining data consistency. Each working section can be done by selecting only options and its graphical user interface will make the system unique as compared to other system.

Payroll Management System Snapshots

Payroll Management System splash
employee details
Payroll Management System menu
search employee

Existing System

The biggest problem which is faced while using the system is user interface, due to complex business rules, users faces various difficulties while handling the existing system. Even they are not getting help on how to deal with errors if occurred while working with the system. Maintaining employee’s records was not an easy task and while preparing final payroll records, each employees need to be categorized as per their job category. Its accounting module have to take help of tally package and whatever information retrieved is used for preparing pay slip for each employees of the organization.

Proposed System

The new system will help the organization to set rates for each category which will help in preparing ledger, balance sheet easily and perform automatic processing without human intervention. For making ledger, it will takes inputs on employees working modules such as type of work, their designation, rate per day, tax deduction on monthly basis and bonus or increment on fixed interval of days etc. As salary statement and payment sheet need to be prepared as and when required so each employees will be differentiated using their employee’s id. Pay slip will give the entire information which help the working employees to get clear picture for their salary and creating a fair environment for working organization.

Download Project

Payroll Management System Abstract Download Abstract
Payroll Management System Source Code Download Source Code

Other Projects to Try:

  1. Salary management system project in C++
  2. School Management System Project in C++
  3. Payroll Management System Project in Vb
  4. Payroll System Java Project
  5. Advanced Payroll System Java Project

Filed Under: C++ Projects Tagged With: C++ Projects

Canteen Management System project C++

October 2, 2014 by ProjectsGeek 4 Comments

Canteen Management System Project

 

 

Project Objective

Canteen management system will able to provide fast services to their customers by using their records which has been saved previously. However new records can be added any time whenever any customers visited to their canteen shop. To identify the customers each customers will be provided with their customer id and during data entering process all their basic information’s will be added into the file in the binary format.

Each customer will be provided with smart card and each smart card will have a unique number by which system will easily able to identify their customers and prepare their bills for the services which they have taken. It will also help the canteen shop admin to identify such customers whose payment has not been cleared till date. Admin will have the facility what are the items which are available at their shop at particular time and what is the exact quantity of any particular item.

As customers will also able to check their account status, services which they have taken and bills which they paid and due amount details, if there is any for their account. Details section will also make their customers updated regarding business hours of the canteen.

Canteen Management System Snapshots

Canteen Management System details
canteen items
Canteen Management System
canteen inventory

Existing System

Existing system does not allow customers to know their payment details and about their due payment within the canteen. In this system admin does not have the facility to update or make changes to any information and also not having facility to add, modify or delete any services which are being provided within their canteen. As admin do not have the facility of knowing what quantity is available for particular product or services which are being available within their shop, they do not able to make quick action by which it can make their big loss for their daily business transactions.

Proposed System

The current system will allow their users to know what items are available under their canteen shop and in what quantity they are available. 

At the mean time customers are also provided with option of purchasing the particular item. If the customer enter the yes option, then they can enter the number of quantity for each product and at the end they will able to get the bills for the items which they have purchased and finally backup their purchased items from the pickup center. Thus admin will only having the responsibility to check the final bills and provide better services to their new and existing customers.

Download Project

Canteen Management System Abstract Download Project
Canteen Management System Source Code Download Source Code

Other Projects to Try:

  1. DVD Cafe Management System using C++
  2. Computer Shop Management System in C++
  3. Music Library Management System project C++
  4. Hotel Management System project in C++
  5. Rental Car management system project in PHP

Filed Under: C++ Projects Tagged With: C++ Projects

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 63
  • Page 64
  • Page 65
  • Page 66
  • Page 67
  • Interim pages omitted …
  • Page 135
  • Go to Next Page »

Primary Sidebar

Tags

.Net Projects Download Android Project Ideas Android Projects Angular 2 Assembly Codes C # Projects C & C++ Projects C++ Projects Class Diagrams Computer Graphics Database Project Data Mining Projects DataScience Projects Datastructure Assignments Download Visual Basic Projects Electronics project Hadoop Projects Installation Guides Internet of Things Project IOS Projects Java Java Interview Questions Java Projects JavaScript JavaScript Projects java tutorial JSON JSP Projects Mechanical Projects Mongodb Networking Projects Node JS Projects OS Problems php Projects Placement Papers Project Ideas Python Projects seminar and presentation Struts

Search this Website


Footer

Download Java Project
Download Visual Basic Projects
Download .Net Projects
Download VB Projects
Download C++ Projects
Download NodeJs Projects
Download School Projects
Download School Projects
Ask Questions - Forum
Latest Projects Ideas
Assembly Codes
Datastructure Assignments
Computer Graphics Lab
Operating system Lab
australia-and-India-flag
  • Home
  • About me
  • Contact Form
  • Submit Your Work
  • Site Map
  • Privacy Policy