Wednesday 8 March 2017

Programmer can be a Good Life Coach


When people are doing physical tasks, it is easy to assess how much they have done for a day. But when you are sitting and facing a computer every day, most people assume your job is way too easy. Programmers are often at the receiving end of such comment and wrong impression. They spend most of their lives in front of a machine; other people think they are machines as well. However, what other people don’t realize is that programmers are well-driven and highly motivated individuals. They strive to perfect their tasks and achieve their goals while in a deadline. Here are a few things people don’t usually realize about programmers:
  • They are Perfectionists
    One of a programmer’s tasks is to correct errors by making appropriate changes and then rechecking the program to ensure that the desired results are produced. This would entail a lot of checking and reviewing for errors over and over again until it is perfect.
But they understand that before you achieve perfection, you’ll have to work hard for it.
    Programmers run multiple tests to ensure that they come up with the favored result and correct instructions.
  • They know that working in a team is important.
    Most programmers work in a team during a project. Each of them is assigned specific tasks to perform.
But everyone needs to step up individually.
    Everything that one programmer adds or deletes in the project could either make the project better or worse. So programmers need to do a good job individually for the team to be more productive.
  • They are frequently seen working alone
    You can see programmers cooped up in their own workstations or in front of their computer, focusing only on their work.
But they are considerate of others.
    They would document what they have edited and insert comments to guide other programmers about the program. They also help in making the instructions and manuals for end users.
  • They can be irritable at times
    Programmers may be working on a code for weeks to months and it could just be ruined by one click. They put a lot of work and effort into a project when things go wrong they feel frustrated.
But they are patient most of the time.
    Amidst all the errors, stress and hysteria they encounter, a programmer learns to be patient, retrace his steps and calmly figure out what the problem is.
  • They have wild ideas.
    There are no limits on what programmers can achieve. Programs nowadays range from absurd to very useful applications.
But they are motivated in fulfilling those ideas.
    Programmers invest a lot to every project they are set to accomplish. Some startups may not even gain any monetary reward for their work at the beginning. But they know that taking a risk on something you really believe in could help you attain success in the future.
  • They are goal-oriented.
    Programmers have one goal and that is to succeed.
And most of the time, they achieve that goal.
So, who can better motivate you to reach your goals than programmers who face multiple errors and problems every day before they can achieve their goal?

Friday 27 January 2017

customer billing system using c

Customer Billing System Project is a simple console application designed to demonstrate the practical use of C programming language and its features as wells as to generate an application which can be used in any departmental store, shops, cafes etc. for billing to the customer.

contact management system using c

Contact Management System is a simple console application without graphics. It is similar to the contact manager in cell phones. In this  project, you can add, view, edit, search and delete contacts. All added and edited records are saved in a file.

Garment Shop Management using c++


This is a simple C++ project for beginners about Garment Shop  Management . The Garment Shop  Management project take information about the  Men, woman, kids fashion wear  and save the records. The user can edit, delete and search the records in the project.

karyana shop Management using c++

This is a simple C++ project for beginners about karyana shop  Management . The karyana shop  Management  project take information about the Products and save the records. The user can edit, delete and search the records in the project.

Thursday 26 January 2017

income tax system using c++

The first step to understand the workings of Income Tax in India is to be aware of the taxation slabs released each financial year by the Indian Government. The taxation slabs for the financial year 2014-15 for General tax payers and Women: –

salary management system using c++

The purpose of developing this software project is to fully automate salary system for an organization sweden sports academy. This software is capable of calculating monthly salaries, tax and social security of employees of that organization. On the basis of certain formulas it will generate files as an output such as bank files and salary slips etc.

Rain Fall system using c++

This is a simple C++ project for beginners about Rain Fall system. The Rain Fall system project take information about the different level of rainfall are there Lowest and High Rain fall store . The user can edit, delete and search the records in the project.

Personal Information Management using c++

This is a simple C++ project for beginners about Personal Information Management. The Personal Information Management project take information about the different employee and save the records. The user can edit, delete and search the records in the project.

Library Management System2 using c++

The Library Management System automates the basic library functions to aid in the day-to-day operations of a library. It supports functions such as issue, return, the very basic functions of searching for a particular book, etc.
It also maintains data about books about books, teachers, students records that are required during various library operations. The software aims to make the system user friendly and efficient.


The functions that the Library Management System provides are as follows:
1. INSERT: This operation is performed when new data needs to be added to the system, for e.g. when department purchases a new book, the book’s entry is inserted in the books database. This option has three choices:
a) Book: This choise allows entering data about newly purchased books into the books database. The data entered includes book’s author, title, publisher, cost and various other fields provided in the form. The data must be accurate and must be entered in the correct format as indicated in the forms.
b) Teacher: This option is used for entering data for a new teacher in the teacher’s database. This option is chosen when a teacher joins college.
c) Student: This will enter new record for a student in student’s database. This option is chosen when a student is enrolled in the college.
2. DELETE: This operation clears the existing records in the various databases. It is used when for e.g. a member leaves college or when book is disposed of from library. But care mustbe taken while performing this operation and permissiontaken from the head of library because the system could loose any important data.
It can be performed on all databases and on three choices are:
a) Book: This will enter a null value for the book whose accession number is entered in the fieldprovided in the respected form. This operation is done when a book is disposed of the library.
b) Teacher: This will clear the record for a particular teacher whose identification number is entered. This option is chosen when a teacher leaves college.
c) Student: This will clear the record for the particular student whose record needs to be deleted by entering her roll number in the required field. This option is chosen when a student leaves college.
3. UPDATE: This function updates data in the various records. This operation is supported by all the three enteries:
a) Book: This function generally would not be required for updating a book’s status as that data wouldn’t change.
b) Teacher: This will update the data of particular teacher, whose data has changed like address, phone number, etc. by entering her identification number.
c) Student: This will update the data of student like address, course, etc. by entering student’s roll number.
4. SEARCH: This function is used to search particular data from the database. This function can search for data related to all the
three entities:
a) Book: To search for a particular book, to know whether it is currently available in library or not. This can be done by entering value in any one or more fields in the form to perform the search such as title or author name.
b) Teacher: This will find out the particular teacher who currently has the book for which search is being carried out.
c) Student: This will find out the particular student who possesses the particular book.
5. ISSUE: This operation is used for issuing a book to a member of the library. For this operation to be successful the member must meet
some criteria like she shouldnot have issued books to her maximum
limit previously. All these checks are done by software. If the
operation is successful, then the system automatically stores the date of
issue and the due date by which the book must be returned.
a) Student: When a student loans a book, the entry of the book is stored automatically in the student’s database with the due date of that book.
b) Teacher: In case a member of teaching staff loans a book the entry is stored in teacher’s database with the due date of the book.
6. RETURN: Using this operation a member returns the items, which she loaned, from the library back to it. If the book, which is loaned is not returned within specified time the member ends up as a defaulter and she is required to pay fine which is calculated automatically by the software.
a) Teacher: It will delete the corresponding entry made in teacher’s database.
b) Student: It will delete the corresponding entry made in student’s database.
7. DISPLAY: This is used to display each and every record, i.e. record of every book, teacher and student in the library.
a) Book: Record of every book, i.e. it’s accession number, author name, publisher name, etc.
b) Teacher: Record of every teacher, i.e. her id, department, no. of books issued, etc., who is member of the college library.
c) Student: Record of every student, i.e. her roll number, course, no of books issued, etc., who is member of the college library.
8. EXIT: This takes user out of the application.

Library Management System2 using c++Project rate:Rs.1000


Library Management System using c++

The Library Management System automates the basic library functions to aid in the day-to-day operations of a library. It supports functions such as issue, return, the very basic functions of searching for a particular book, etc.
It also maintains data about books about books, teachers, students records that are required during various library operations. The software aims to make the system user friendly and efficient.

Cricket Score Maintenance using c++

This is Cricket Score Management System. At first the software saves all the team and team members name and their history.Each and every matches can be updated lively using this software. Point table of all the software will be shown. ODI and test ranking table can also be viewed in

Football Players System using c++

This is a simple C++ project for beginners about Football players Information management. The Football players information management project take information about the different players and save the records. The user can edit, delete and search the records in the project.

Wednesday 25 January 2017

company record system using c

The Company record system is very simple and for very beginner mini project. It is based one the menu-driven program for elementary database management. It employ all the basic technique of file handling in C. It consists of following features

calculator system using c



Hi, here I am posting code snippet of a simple calculator which performs basic functions like add, subtract, divide, multiply of two numbers and also square, square root and cube of a number. No database is used for creating this calculator. A class named “calc” is defined in this which has the above said methods and when they are called the calculation is done according to them. It is really helpful for learning purpose. This code snippet teaches us how to create a class and methods and also how to call them.

book store system using c++

Under any particular book shop, there are various number and types of books available and it is sometimes even difficult for the book shop owner to remember the details of any particular book. With this new book shop system, book shopkeeper will find easier to perform all the operations which are needed for their daily business transactions. As there will be a common system and screen for all types of users but to perform operations related to admin part, that person should have a valid login id and password.