Coders Packet

Listing of packets of source code submitted by coders

Restaurant Billing System Using Java

Restaurant Bill Management system is a billing system developed using "Java-Programming-Language", this type of system can be seen in many places used for generating restaurant bills.

Reversing A Number Using Java

Reversing A Number is a program developed using "Java Programming Language" that reverses the user entered number and displays the reversed number on the screen as an output.

Username and password program in C++ using file handling

It is a username and password program in C++ using file handling. User can register and then log in using the username and password.

Student data access in C++ using class and object

It is a student data access program in C++ using class and object. Student details such as name, marks will be accessed from its roll number.

Number incrementation in C++ using operator overloading

In this program, incrementation in the number is done in C++ using operator overloading.

Find longer string in C++

It is a program to find a longer string among two strings. This program is in C++ and gives a good understanding to make logics in strings related program.

ATM machine using class and object in C++

It is an ATM machine program using C++. In this program, some basic functions of ATM machine are performed (such as credit amount, withdrawal the amount ).

Sample Template for Competitive Programming in C++ on CodeChef or CodeForces

This project contains a nicely written and formatted template that can be used by any Competitive programming website to speed-up the code and quickly use C++ STL library functions.

Segment Tree implementation in C++

Implementation of Simple Segment Tree in C++ that finds a sum of a given range in a given array.

Minimize CashFlow among friends in C++

Some N friends are there who have to Give and Take money from each other. We aim to minimize the number of operations ie Give and Take using C++.

Password Encryption using C++

A project to encrypt a Password in 2 modes either Simple encryption or Advanced Encryption using C++

Restaurant Project in C++

It is a Restaurant Project in C++ in which you can purchase and sell items listed on the menu.