Visual C++ Program for the Implementation of Online Super Market Management System | IT1253 - Software Engineering Laboratory

ABSTRACT: The aim of our project is to develop a software for implementing “Online Supermarket Management System” using VISUAL C++. The deve...

Visual C++ Program for the Implementation of School Administrative System | IT1253 - Software Engineering Laboratory

ABSTRACT:     This project “School Administrative System” was developed mainly for School maintanence. It is an automated tool which is used...

Visual C++ Program for the Implementation of Leave(Holiday) Management System | IT1253 - Software Engineering Laboratory

ABSTRACT:          This project on “Leave management system” was developed mainly for checking the leave period &leave balance of a empl...

Visual C++ Program for the Implementation of Hospital Management System | IT1253 - Software Engineering Laboratory

ABSTRACT: The aim of our project is to develop a software for implementing “Hospital management system” using VISUAL C++. The development of...

Visual C++ Program for the Implementation of Employee Management System | IT1253 - Software Engineering Laboratory

ABSTRACT: The aim of our project is to develop a software for implementing “Employee management system” using VISUAL C++ . The development o...

Visual C++ Program for the Implementation of Course Counselling System | IT1253 - Software Engineering Laboratory

ABSTRACT: This project on “Course counseling system” was developed for the students. The courses are offered to the students based on their ...

Visual C++ Program for the Implementation of Automated Auction Maintenance System | IT1253 - Software Engineering Laboratory

ABSTRACT: This project implements the auction process. It’s an application that which maintains all the details of the auctioneers who have ...

Visual C++ Program for the Implementation of Text Editor | IT1253 - Software Engineering Laboratory

ABSTRACT:  This project implements the process of text editor. It’s an application that which creates a file, edits it and store4s it in a ...

Visual C++ Program for the Implementation of Resume Builder System | IT1253 - Software Engineering Laboratory

ABSTRACT: This project implements the resume builder. It is an application that maintains all the details of the person. Here the records of...

Visual C++ Program for the Implementation of Petrol Vending Machine System | IT1253 - Software Engineering Laboratory

ABSTRACT: This project implements the process of petrol vending. It’s an application of getting petrol from the agency. Here the records of ...

Visual C++ Program for the Implementation of Online Gas Booking System | IT1253 - Software Engineering Laboratory

ABSTRACT: This project implements the gas booking process in online. It’s an application that which maintains all the details of the custome...

Visual C++ Program for the Implementation of Dictionary Management System | IT1253 - Software Engineering Laboratory

ABSTRACT: This project implements the Dictionary. It is an application that maintains all the words and corresponding meanings. The current ...

Visual C++ Program for the Implementation of Theatre Ticket Reservation System | IT1253 - Software Engineering Laboratory

ABSTRACT: The aim of our project is to develop a software for implementing “Ticket reservation in theatre” using VISUAL C++  . The developme...

Visual C++ Program for the Implementation of Natural Language Based Grammar Checker System | IT1253 - Software Engineering Laboratory

ABSTRACT: This project “Natural Language Based on Grammar Checker” was developed mainly for checking the grammar error. It is an automated t...

Visual C++ Program for the Implementation of Financial Accounting System | IT1253 - Software Engineering Laboratory

ABSTRACT:     This project “Financial Accounting System” was developed mainly for finance maintanence. It is an automated tool which is use...

QUICK SORT

QUICK SORT

SOURCE CODE: “Quick.h” File: #include<stdio.h> #include<conio.h> #define cutoff (3) void swap(int *x,int *y) {    int ...

HEAP SORT

HEAP SORT

SOURCE CODE: “Heap.h” File: #include<stdio.h> #include<conio.h> #define leftchild(i) (2*i+1) void swap(int *x,int *y) ...


Still not found what you are looking for? Try again here.