Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (2 votes)
3K views

C++ Project

This document provides descriptions and download links for several C++ projects, including a banking system, library management system, student report card generator, supermarket billing system, hangman game, tic-tac-toe game, casino game, and snake and ladder game. The projects are meant for students and focus on basic concepts like file handling, strings, loops, and game logic without complex graphics. Each project contains source code, sample data files, and output screens.

Uploaded by

monsanjib
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (2 votes)
3K views

C++ Project

This document provides descriptions and download links for several C++ projects, including a banking system, library management system, student report card generator, supermarket billing system, hangman game, tic-tac-toe game, casino game, and snake and ladder game. The projects are meant for students and focus on basic concepts like file handling, strings, loops, and game logic without complex graphics. Each project contains source code, sample data files, and output screens.

Uploaded by

monsanjib
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

ANKING SYSTEM PROJECT

C++ Project for Class 12 download | view

Description: This C++ programs on BANKING SYSTEM has account class with data members like account number,name,deposit, withdraw amount and type of account. Customer data is stored in a binary file. A customer can deposite and withdraw amount in his account. User can create, modify and delete account. In this banking system project, We have not used graphics to keep program simple. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file), output screen (.doc file). download project | view project

LIBRARY MANAGEMENT SYSTEM PROJECT


C++ Project for Class 12 download | view

Description: This C++ menu driven programs on LIBRARY MANAGEMENT SYSTEM has book and student class with data members like book no, bookname, authorname. Books records is stored in a binary file. A student can issue book and deposit it within 15 days. Student is allowed to issue only one book. Student Records are stored in binary file. Administrator can add, modify or delete record. In this project, We have not used graphics to keep program simple. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file), output screen (.doc file). download project | view project

Student report card PROJECT


C++ Project for Class 12 download | view

Description: This C++ mini project on STUDENT REPORT CARD has student class with data members like roll no, name, marks and grade. Member functions in this class are used for accept / display details of students and a function to calculate grade based on marks obtained by student. Student Records are stored in binary file.

This is a simple project using basic file handling concept. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file) and project file(.doc file). download project | view project

supermarket billing PROJECT


C++ Project for Class 12 download | view

Description: This C++ menu driven programs on SUPERMARKET BILLING SYSTEM has product class with data members like product no, product name, price, qty, tax, discount. Product details is stored in a binary file. A customer can purchase product and his invoice generated. Administrator can create, modify, view and delete product record. In this project, We have not used graphics to keep program simple. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file), project file(.doc file). download project | view project

HANGMAN GAME PROJECT


C++ Project for Class 11 download | view

Description: In the game of Hangman, the computer chooses a word at random from a given list of words. This word is the answer. The player then tries to guess the word, by guessing one letter at a time. Whenever the user guesses a letter that is in the answer, all occurrences of that letter are revealed to the user. The game ends when the user has guessed every letter in the word, before he reaches the allowed number of strikes. This program is an interactive Hangman game. The focus is to use and manipulate strings and loops. Click on download project button to download zip folder which contains C++ source code file. download project | view project

TIC TAC TOE GAME PROJECT


C++ Project for Class 11 download | view

Description: This C++ program on TIC TAC TOE GAME is a simple text base game. This program is without grahics to focus on logic /algorithm used in game. Two players can play this game. Click on download project button to download zip folder which contains C++ source code file. download project | view project

CASINO GAME PROJECT


C++ Project for Class 11 download | view

Description: This C++ program on CASINO GAME is a simple text base game.We have used procedure oriented method to design this game. This program is without grahics to keep program easy for beginners. Player can deposit his money to play. From this amount he can bet on number between 1 to 12. If he win he gets 10 times of money otherwise lost his money. In this project, We have used programming concept like do..while loop, user defined function, library function like randomize(), random() etc. Click on download project button to download zip folder which contains C++ source code file, output screen (.doc file). download project | view project

SNAKE AND LADDER GAME PROJECT


C++ Project for Class 11 download | view

Description: This C++ program on SNAKE AND LADDER GAME is a simple text base game.We have used procedure oriented method to design this game. This program is without grahics to keep program simple for beginners. Two players can play this game and the player who cross 100 first is the winner. In this project, We have used programming concept like switch..case, call by reference, library function like randomize(), random() etc. Click on download project button to download zip folder which contains C++ source code file, output screen (.doc file).

You might also like