Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 425 Bytes

readme.md

File metadata and controls

17 lines (9 loc) · 425 Bytes

MINIMAL C++ PROJECTS COLLECTION

7-segment display -

The program mimics the 7 segments display. It takes a number as input and uses the lookup segment 2d array and sets the buffer according to it.

copy_implementation -

The program implements the file copy and paste feature

cut_implementation -

The program implements the file cut and paste feature

malloc implementation

A malloc implementation cpp file