News

This repository contains a C++ program for various array operations. It provides a menu-driven interface for performing the following operations: Finding Odd Numbers: Given an array, this option finds ...
Encrypts a file by reading characters from a file into a 2D array, transposing the array and writing the characters from the array to an output file until the input file has been read. parser.cpp ...