Coders Packet

Packets submitted by Priyanka Biswas

Digital Clock using C++

The project implements a digital clock on the console using C++, showcasing the current time.

Security System Application using C ++

This is a small project using C++ showcasing a security system application, which allows users to change the existing password by the new one and access the file data by the existing password.

Encryption Decryption using C++

This small project implements the concept of encrypting user-entered text and decrypting it later using C++.

Snake Game using C++

This is a classical snake game which has been played by everyone in their childhood. The game uses C++ libraries and user defined class 'snake' to implement it.