Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 226 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 226 Bytes

C-CPP-Examples

a collection of my C and CPP example programs

CPP

  • roman numbers to decimal numbers converter
  • bubblesort with multithread option
  • arraysort (sorts an int array)

C

  • FIFO with pointers