/justForFunPrograms

Just general program that I write for fun

Primary LanguageC++

justForFunPrograms

  1. findLeast is a program that gets the position of a number fromt the end(ie from the least number).
  2. grepCommand is my implementation of the acutal grep command from linux(its till a work in progress).
  3. safeMemoryAllocation is a program to safely allocated and free memory in a c program.