Coders Packet

Listing of packets of source code submitted by coders

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.

Function Overloading using C++

This code helps to understand the concept of function overloading using C++. Two different data types are taken in the code.

Phonebook Management System using C++

In this project, users can add a new phone record, display existing phone records, search a particular phone record and delete phone records using C++.