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.

Base Converter In C++ With Source Code

Base Converter In C++ With Source Code

The Base converter is a simple project developed using C++ programming language. The project contains a base conversion system. The user can enter any number and convert them to any number system (like decimal to binary, binary to Hexadecimal, etc.).

Supermarket Billing System In C++ With Source Code

Supermarket Billing System In C++ With Source Code

Supermarket billing system is based on the concept to generate the bill reports and to add items and update their details. The whole concept is designed via C++ language. This supermarket billing system is a simple console application built in C++ without the use of graphics. This project will help you understand basically two things – use of stream class and file handling in C++ programming language.

Restaurant Order System In C++ With Source Code

Restaurant Order System In C++ With Source Code

Restaurant order system is specially designed for the purpose of ordering food items in a systematic way by the customers and calculating the bill in a restaurant. This system elaborates basic concept for generating given item’s detail. Here Customer has to select an item from the given menu and their quantity, as an output the system displays total bill.

Helicopter Game In C++ With SDL With Source Code

Helicopter Game In C++ With SDL With Source Code

Helicopter Game In C++ is one of the coolest games and fun application at CodeProjectz. This project and its source code can be helpful for students and teachers to learn and teach developing cool and fun application using C++ language.

Student Information Management System In C++ With Source Code

Student Information Management System In C++ With Source Code

Student Information System is based on the concept to generate the Student’s Information records and to add & update it.  Here User can add their Student’s detail with their courses safely and it’s not time-consuming. This System makes easy to store records of each and every Students.

Fortune Teller In C++ With Source Code

Fortune Teller Application In C++ With Source Code

Fortune Teller Application In C++ Project is a console application, designed to determine the horoscope and predict future based on your Date of Birth, name entered. And also describes about your love life, your lucky number, lucky colors, your future and many more.

ATM In C++ With Source Code

ATM System In C++ With Source Code

ATM System is based on the concept to generate the total sum amount of the user. The user can Deposit, Withdraw, pay bills from this system. This system displays the exact sum after each and every transactions.

Bike Race Game In C++ With Source Code

Bike Race Game In C++ With Source Code

Bike Race Game In C++ is designed in object oriented programming language – C++. It determines all basic commands, functions, syntax, structures and also the concept of file handling in C++. The source code of this game is very simple to understand and easy to operate by the users.

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.

Tic-Tac-Toe Game In C++ With Source Code

Tic-Tac-Toe Game In C++ With Source Code

The tic-tac-toe for two players is now simply designed in an object oriented programming language – C++. This is a simple game useful for students and teachers to learn and tech how to develop games and fun applications in C++ Language.

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.