Skip to content

a repo to store projects i'm making to improve my understanding of c

License

Notifications You must be signed in to change notification settings

sh2002vk/c_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projects in C

A repo to store fun projects i'm making to improve my understanding of c. Mostly building low level systems from scratch. Refer to the project list at the end of the readme for details.

How to run:

  • gcc <filename>.c -o <filename>.exe
  • ./<filename>.exe [args]

Project List

Command line calculator

Project
Simple program in C that carries out addition, subtraction, multiplication and division from command line arguments. Error checking is implemented, but maybe it can be made more robust.
Expected format: X OPERAND Y

Directory Navigator

Project
A c program that mimicks the ls, cd and open commands from the command line. Uses the dirent library to open and access directories. Currently does NOT support going back directories. It starts from the root and goes as deeper from there.

About

a repo to store projects i'm making to improve my understanding of c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published