/VirtualHardDisk

C++ simulation of a real hard drive data structure in memory as a college assignment

Primary LanguageC++

Virtual implementation of a Hard Disk

A college assignment made in C++ simulating the physical aspects of a real hard drive, including its data structure, operations (write, read and erase) and FAT.