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.

A minimal shell made in C++ with source code

Minimal shell made in C++ with Source Code

A shell script is a list of commands in a computer program that is run by the Unix shell which is a command line interpreter. A shell script usually has comments that describe the steps. The different operations performed by shell scripts are program execution, file manipulation and text printing.

Simple RPG Monster Game In C++ With Source Code

Simple RPG Monster Game In C++ With Source Code

This simple RPG (role-playing game) is designed in object oriented programming language – C++. It determines all basic commands, functions, syntax, structures. Game starts randomly; whether the first attack can be from the user or the monster.

Student Grade Report System In C++ With Source Code

Student Grade Report System In C++ With Source Code

Student Grade Report System In C++ is based on a concept to generate student’s report in grading system. Create Student Grade Report System In C++ for your school and college project. You can also get idea on creating utility application using C++ language with the help of this project and its source code.

Database Management System In C++ With Source Code

Database Management System In C++ With Source Code

Database Management System is based on the concept to save and generate all the records of the user (especially student’s). This program is considered as a simple database of students in college, you can make it ordered by name or by ID, there are some functions help you to create a database.

Battleship Game In C++ With Source Code

Battleship Game In C++ With Source Code

Battleship Game is a simple console based C++ plus game. The battleship game is designed in an object-oriented programming language – C++. This simple battleship game can help beginners and students learn how to develop games and fun applications using C++ language.

School Management System In C++ With Source Code

School Management System In C++ With Source Code

School Management System is based on the concept to generate the school’s Information records and to add & update it. This project can be helpful for students and beginners for their school and college project in C++ Language.

Employee Management System In C++ With Source Code

Employee Management System In C++ With Source Code

Employee Management System is based on a concept to store and generate all the records of the employees. This program is considered as a simple database of employees in an office, an organization where the user can store employees record easily as it is not time-consuming.

Report Card Management System In C++ With Source Code

Report Card Management System In C++ With Source Code

Report card management system is a C++ project. In this project, you can keep the student’s exam report card that too in both grade form and in percentage form. Here, you can view this report card from three perspectives i.e. from the teacher’s view, student’s view and last from the public domain.

Periodic Table In C++ With Source Code

Periodic Table In C++ With Source Code

Periodic table in C++ is a simple project. In this project, you can get the idea of how to create a science project related to making the periodic tables. This project is useful for students and teachers to learn and teach coding in C++ language.

Bakery House Management System In C++ With Source Code

Bakery House Management System In C++ With Source Code

Bakery House Management System is based on a concept to maintain orders and management of a particular bakery shop. There are two sections in this project, they are bakery item Ordering and Admin panel. By using this system he/she can maintain ordering records of a day.