Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikesmullin/c-scratchpad

Just a scratch/throwaway program written in C.
https://github.com/mikesmullin/c-scratchpad

Last synced: about 1 month ago
JSON representation

Just a scratch/throwaway program written in C.

Awesome Lists containing this project

README

        

# C Scratchpad

This is just a scratch program written in the C language.

I use it to quickly iterate on small ideas in C.
I will sometimes iterate here first, because its quick, then copy working code to my larger project.

Similar to what I would do on [CodePen.io](https://codepen.io/mikesmullin) with Javascript.

## Usage

- Start the watch loop process.
```
C:\> node build_scripts\\Makefile.mjs watch
```
- Edit and save [test001.c](src/tests/unit/test001.c)
- Watch console output to see your code automatically recompiled + run on save.

## References

- C String Manipulation
- https://www.youtube.com/watch?v=2wio9UOFcow
- C Arena Memory Management
- https://www.youtube.com/watch?v=TZ5a3gCCZYo
- https://www.youtube.com/watch?v=3IAlJSIjvH0
- https://www.youtube.com/watch?v=Tc763vPm4Ws