CodeProjectz

Search
Generic filters

C ++

C++, pronounced as C Plus Plus, is a general purpose programming language and widely used now a days for competitive programming. It has imperative, object-oriented and generic programming features. You can find various projects and their source code in this page.

The language is widely used nowadays amongst the beginners and learners – schools and colleges. Thus, these projects can be helpful for your C++ Projects and Assignments for Computer Science classes. Also, you can get ideas on building a professional and creative projects in C++ Language.

Simple Book Store In C++ With Source Code

Simple Book Store In C++ With Source Code

This Simple Book Store is based on the concept of managing book records. It doesn’t contain any login system. The user can easily manage and view all the book records. This mini project contains limited features, but the essential one.

Vehicle Seat Reservation System in C++ With Source Code

Vehicle Seat Reservation System in C++ With Source Code

The vehicle seat Reservation System in C++ is based on a concept of booking and canceling bus seat reservations. Here, the system contains no login feature. The users can easily book seats, cancel seat reservation, and check available vehicles. This mini project contains fewer features but essential ones.

Simple Shop Management System In C++ With Source Code

Simple Shop Management System In C++ With Source Code

Simple Shop Management System is based on the concept of managing the record of small shops on regarding their employers and items. There are no login features in this simple application. This mini project contains limited features, but the essential one.

Simple Food Order System In C++ With Source Code

Simple Food Order System In C++ With Source Code

Simple Food Order System is based on a concept of ordering food items and generating total food cost. There’s no login system in this mini project. Then the user can make an order by selecting from the main menu. This mini project contains limited features, but the essential one.

Food Information and Order System In C++ With Source Code

Food Information and Order System In C++ With Source Code

This is a simple food review and order system in C++ programming language. Please take note that this project is almost similar to our previous project of a fast food ordering system with some minor changes in it. This version will have only admin login.

Simple Banking System In C++ With Source Code

Simple Banking System In C++ With Source Code

The Simple Banking System is a concept of recording customer’s account details. Here the user can perform all the tasks like creating an account, deposit amount, withdraw amount, check balance. Also view all account holders detail, close an account and modify an account. You have to register to use the system. All the main features of the banking system are set in this project.

Staff Management System In C++ With Source Code

Staff Management System In C++ With Source Code

The Staff Management System in C++ is based on a concept of managing the records of staff members in an office or organization. Here, the system contains no login feature. The users can easily add and delete and view the staffs. This mini project contains fewer features but essential ones.

Employee Database System In C++ With Source Code

Employee Database System In C++ With Source Code

Employee Database System is based on a concept of recording employee’s details. This whole system is in C++ language. Also, the user can perform all the tasks like adding, viewing, modifying, and deleting employee records. There’s no login system for this project.

ATM Simulator In C++ With Source Code

ATM Simulator In C++ With Source Code

ATM Simulator is developed using C++ Programming Language and is based on a concept of managing cash transactions of a personal account. The user can manage amount activities such as withdrawal, deposits, and balance inquiry. This ATM Simulator is a mini project to that of real ATM.

Contact Management System In C++ With Source Code

Contact Management System In C++ With Source Code

Contact Management System is based on the concept of recording contact details. This whole system is in the C++ language. Also, the user can perform all the tasks like adding, viewing, modifying, and deleting contact records. There’s no login system for this project.

2048 Game In C++ With Source Code

Simple 2048 Game In C++ With Source Code

This 2048 Game is based on a concept of colliding the same two numbers to create a new number with the total sum of the two numbers. This whole system is in C++ language. This game is a single player interesting game. It is played on a 4×4 grid, with numbers that slide smoothly when a player moves them using the four arrow keys.