Coders Packet

Packets submitted by Chandan Giri

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.

Large number factorial calculator in C++

It is a C++ based factorial calculator of large numbers which ae not possible to store in normal data types

Password-Generator in C++

A C++ program that gives random password of given size and choice by using rand function...