Friday, August 18, 2017

C/C++ Projects List [25a]

Actually they are concepts or ideas to be implemented and are listed below. Select the title, search internet for more information and design the system by identifying proper objects-N-variables. All are stand-alone project concepts and C or C++ language is best suited for such projects. Refer already coded projects, documentations for how-to-code any concept and is called code-reviewing. You can use such already coded project as reference and modify it according to your need.

Aquarium Shop Management System

Address Book System

Airlines Management System

Airplane Schedule Management System

Airplane Seat Reservation System

Airplane Simulator

Apartment Management System

Art Gallery Management System

Atomic Structure Display Tutorial

Auditorium Management System

Auto-garage Management System

Automatic Shut-off PC Program

Backery Billing System

Bank Management System

Banking ATM System

Banking Transactions System

Bike Repair Diagnostic Tool System

Bike Show-room Management System

Book Library System

Book Shop Management System

Brick Game

Budget Calculator For Home

Budget Calculator For Organization

Bus Schedule Management System

Bus Seat Reservation System

 

See also: C++ Mini Projects List for code review

How to Design System from Idea

 

Note: For source code and other details send request e-mail specifying project name: to mailforprojects@rediffmail.com. Add your comments in below available comment box.

Note: Click these label/tags to view all related posts. Tags: C++MiniProject

 

…till next post, bye-bye & take care.

Thursday, August 17, 2017

How to Design System from Idea

Introduction:

First select the domain/area which is interested in you and then within that domain select the specific subject for system design. For example automating transportation sector is the main domain but bus reservation system is the specific subject.

The System Development is done in many ways depend upon the system size or advantages of the way using: Water Fall, Spiral Model and Code-N-Fix.

The Code-N-Fix is a simple & widely used software life cycle model. Here, as itself the name suggests, repeat the following steps until the solution is good enough:

1.    Code

2.    Compile & Execute

3.    Detect Errors

4.    Fix

Advantage of Cod-N-Fix is cost efficient for very small projects of limited complexity.

Here we design RAM based system as prototyping as it – reduces development time and costs, requires user involvement, results in higher user satisfaction, and exposes developers to potential future system enhancements.

Objective:

The objective of this project is to develop a computerized solution, which should be able to monitor and manage all the activities of Bus reservation system by using computer systems. It saves time. The software will be CUI based and user friendly.   

 

BRS Sys Diagram 2017 

System Analysis: It is a management technique, which helps us in designing a new system or improving an existing system. There are four basic elements in the structured analysis of the system.

Output: To achieve a CUI based facility to show bus schedule details, seat layout with occupied/empty status & allows operator to reserve an unoccupied bus seat.

Input: All inputs are added by operator/user, such as: driver name, To-From, Arrival-Departure times, passenger’s name & seat number for reservation etc.

Files: Here the system is not files/database based, instead RAM or temporary based stand-alone system. It is a prototype or a model of a big system.

Processes: The business logic or algorithm or code blocks which convert input into useful output is to be defined. The processing involves a set of logical steps.

Developer Requirements:

Personal Computer Or PC with Windows OS

Compiler or Tool: Code::Block Or Turbo C

Programming Language: C++

User Interface Type: CUI [Character User Interface]

User Requirements:

PC or Personal Computer with WindowsXp/7 OS

64MB RAM, 8 MB of free Hard Disk Memory

 

Cost/Benefit Analysis: Since system design is about RAM based Bus Reservation System a prototype, cost/benefit are identified and estimated lightly.

Testing: In the testing phase/fix phase the system is tested for its efficiency. Under this process, a system is provided with a set of test cases and is observed if the system behaves as expected. The aim of this phase is to make the final product free of errors. Testing is done in two phases: Unit testing and System testing.

The development phase of a project is not complete without testing the system. There are many UML [Unified Model Language] tools for developer perusal: flow chart, use case, state diagram, ER diagram or Data flow diagram etc. These tools help developer to see the flow of code visually.

See also: C++ Mini Projects List for code review

Note: For source code and other details send request e-mail specifying project name: to mailforprojects@rediffmail.com. Add your comments in below available comment box.

Note: Click these label/tags to view all related posts. Tags: C++MiniProject

 

…till next post, bye-bye & take care.

Wednesday, August 16, 2017

C++ Mini Projects List for code review

I am having downloaded source code of C++ Mini Projects with following attributes for code-preview purpose. Send request e-mail stating your country, College Name, project name to mailforprojects@rediffmail.com. Otherwise write comments on below situated comment box.

//===========================

Working and Tested Source Codes for Code::Blocks IDE

----------------------------------------------------------------------------

Bus Reservation System

Hang Man Game System

PDF Batch File System

School Fee Enquiry System

School Management System

Student Database System

Super Market Billing System

Tic Tac Toe Game System

 

//===========================

Working and Tested Source Codes for Code::Blocks & Turbo C IDE

-------------------------------------------------------------------------------------------

banking-system-project

casino-game-project

hangman-game-project

snake-ladder-game-project

student-report-card-project

super-market-billing

tic-tac-toe-project

---------

Games

---------

Casino Game System

Country Name Quiz Game System

Geographical Quiz Game System

Geometric Figures Solve System

Hangman Game System

KBC Quiz Game System

Shuffel Game System_FScrSupport

Snake N Ladder Game System

Tic Tac Toe Game System

---------------

PROJECTS

---------------

Airlines Management System

Bank Management System

Banking Transactions System

Book Library System

Bus Reservation System

Calender Display System

Canteen Management System

CD Cafe Management System

Cement Stock Management System

Computer Memory Game System

Diabetic Diagnosis System

Electrcity Bill Management System_FScr

Horoscope System

Hospital Management System

Library Information System_FScr

Library Management System

LIC Management System

Payroll Management System 1

Phone Service Management System

Railway Reservation System

Resume In Html Generator System

Sales Management System

Student Database Management System

Student Report Card System

Super Market Billing System

Telephone Bill Generator System

Telephone Directory System

Telephone Management System

//===========================

Not Tested and as-it-is where-it-is Source Codes for Code::Blocks & Turbo C IDE

-------------------------------------------------------------------------------------------------------------

Address book Sys 5_

Banking 1_

Banking Sys 7

Book shop Mgment 1_

C Memory Game 7_

Canteen Mgment 1

CD Cafe Sys 7_

ComputerShopSys_

CSc project report model 7--05-08-2017

Diabetic Detection Sys 5_

FolderFilesMaintainer

Hotel Management 2

Hotel Management 2_

KBC Quiz Sys 7

Library Mgmt Sys 7

Library Sys 3

LIC Db System--05

Lirbary Mgmt Sys 5

Matrix Calculator Sys 4

Music Sys 7

Pay Roll Mgmt Sys 4

Pay Roll Mgmt Sys 5

Periodic Table 2

PeriodicTable--05

Quix Contest Sys 5

Quiz Sys 6

Quiz System  6

Railway Reservation Sys 4

RailwayReservationSys-iCBSE

Report Card Making Sys 4

Salary Mgmt Sys 4

Sales Mgmt System  6

School Mgmt Sys 6

School Mgmt System  6

Shuffle Game 1

Snake game 3

Student Info Sys 4

Telephone Billing Sys 3

Telephone Billing Sys 7

Telephone Directory Sys 3

Tic tak toe Sys 7

 

…till next post, take care and bye-bye.

Tuesday, August 15, 2017

Code Review: Tic-Tac-Toe Game System

Complier or Tool: Code::Block

Programming Language: C++

User Interface Type: CUI [Character User Interface]

Description:

This Tic Tac Toe Game System allows user to pass his time with some puzzle intention. Even though the system is very small it teaches how to code simple system of RAM type [i.e., not file handling support system] in C++ language.

The System contains four public functions which help to play the game easily. The main() function presents main menu and becomes single point entry and exit code. The main() function call graph is as follows:

clip_image001

The menu presented by this main() function is as follows:

clip_image003

 

The system designing includes creating bus seat layout, their status whether empty or occupied, if occupied passenger's name, bus schedule and details, all available buses list etc.

Total code lines for this system are 226 lines [approximately]. It is a most suitably called as mini project in C++ language.

Note: For source code and other details send request e-mail specifying project name: TicTacToeGameSys_07082017 to mailforprojects@rediffmail.com. Add your comments in below available comment box.

Note: Click these label/tags to view all related posts. Tags: C++MiniProject

 

…till next post, bye-bye & take care.

Monday, August 14, 2017

Code Review: Super Market Billing System

Complier or Tool: Code::Block

Programming Language: C++

User Interface Type: CUI [Character User Interface]

Description:

This Super Market Billing System allows its operator to maintain inventory of shop and prepare bill according to request. Even though the system is very small it teaches how to code simple file handling support system in C++ language.

The System contains three classes with following properties and methods:

clip_image001

The main() function presents main menu and becomes single point entry and exit code. The main() function call graph is as follows:

clip_image002

The menu presented by this main() function is as follows:

Super Market Billing

1. Bill Report

2. Add/Remove/Edit Item

3. Show Item Details

4. Exit

Please Enter Required Option:

 

The system designing includes main menu on screen, reporting bill, item details, allowing operator to add/remove/edit items etc.

Total code lines for this system are 400 lines [approximately]. It is a most suitably called as mini project in C++ language.

Note: For source code and other details send request e-mail specifying project name: SuperMarketBillingSys_07082017 to mailforprojects@rediffmail.com. Add your comments in below available comment box.

Note: Click these label/tags to view all related posts. Tags: C++MiniProject

 

…till next post, bye-bye & take care.

Sunday, August 13, 2017

Code Review: Student Database System

Complier or Tool: Code::Block

Programming Language: C++

User Interface Type: CUI [Character User Interface]

Description:

This Student Database System is nothing but program which stores student information such as Name, branch and section for viewing purpose. Even though it is very small, it teaches how to code simple file handling support system in C++ language.

The System contains one structure student which holds student information for database recording/displaying purpose.

The main() function presents main menu and becomes single point entry and exit code. The include dependency graph is as follows:

 clip_image002

The menu presented by this main() function is as follows:

Student Information System

1. Add Records

2. List Records

3. Modify Records

4. Delete Records

5. Exit Program

Select your choice :=>

 

The system designing includes creating menu on screen, asking student info, allowing user to modify or delete or list it with the help of user friendly menu key.

Total code lines for this system are 155 lines [approximately]. It is a most suitably called as mini project in C++ language.

Note: For source code and other details send request e-mail specifing project name: StudentDatabaseSys_07082017 to mailforprojects@rediffmail.com. Add your comments in below available comment box.

Note: Click these label/tags to view all related posts. Tags: C++MiniProject

 

…till next post, bye-bye & take care.