Coders Packet

Packets submitted by Abhiram eerla

Probable Key Length Finder and Decryption using C

Calculates the frequencies of characters in the cipher text at a given interval and Decrypts the cipher text using the given key.

Text File Analysis and ASCII Viewer in C++

Analyze and visualize text files: Count characters, spaces, and display ASCII values of characters in text file.

STUDENT MARKS DATA ENTRY USING CPP

This C++ code implements a student report management system with features to add, display, modify, and delete student records.

BUS RESERVATION USING CPP

This C++ code implements a basic Bus Management and Reservation System with options to install buses, make seat reservations, show bus info, and display available buses. Limited to 10 buses.

Personal Finance Tracker with Data Persistence IN C++

Manage finances efficiently with Personal Finance Tracker - record transactions, set budgets, and track savings goals. Data persistence included.