Coders Packet

Listing of packets of source code submitted by coders

OTP generator using C++

Hello, In this tutorial, we will learn how to generate an OTP of a specific length in C++ with the help of the rand () and sleep () function.

Hotel management Using C++

This is a project built in C++ using file handling, which is used to manage the Hotel's works like check available rooms, book room of the hotel.

Registration Form using HTML, CSS

This is a registration form built using HTML and CSS. This project is built to gather a piece of brief information about the candidate for various purposes be it for a job, internship, etc. 

OTP generator in C++

It is a C++ based OTP generator which uses random function to create random OTPs which is very secure as traditional passwords for logging into any site.

Basic Calculator in C++

It is a basic calculator made using C++. It takes input from the user show the result.

Hangman Game Using C++

In this game, I used C++ language in which the player chooses a letter one by one, if the letter matches in the string it will continue else the player has to guess again until the limit reaches.

Secure Password Generator in C++

The Project is built in C++ using Atom Editor and MinGW Compiler. It Predicts a safe and Secure Password to the User as the Input Character Size by the User.

Simple C++ Program for Banking System

In this program you can upload new bank accounts to the system and open a new account, view the details of your account, deposit money to your account and withdraw money from your account.

Generation of Baum-Sweet Sequence using C++

Program to generate Baum-Sweet Sequence until a given binary number ( A Decimal number is given as input) using C++

Ant Eating Simulation in C++

This Project predicts Ant movements and other features that are affected by the food near them coded in C++

Dynamic Range Sum Queries in C++

Given an array of n integers, and given q queries, 1. update the value at position k to u 2. what is the sum of values in the range [a,b]?

Tribute Page ~Nicholas Sparks using HTML, CSS

This is a tribute page to the effortless author Nicholas Sparks using technologies HTML and CSS.