This is a collection of programs written in C while I learn C.
Note: This project contains builds for windows only.
Other Note: Every program with
- takes a decimal number and converts it to hex.
- Note: I know the props of
printf
> .\hex.exe 255
"Result for 255 => FF"
- dynamic arraylist that ensures capacity when needed.
- has Get , Add, Remove
> .\arraylist.exe
Be aware that the code may contain pretty nasty mistakes because I'm a noob at C. Welcome to the noob C club.