https://github.com/pidgey0403/printer-simulator
Simulate printer functionality via processing and outputting documents in a queue.
https://github.com/pidgey0403/printer-simulator
c dynamic-memory linked-list pointers structures
Last synced: 5 months ago
JSON representation
Simulate printer functionality via processing and outputting documents in a queue.
- Host: GitHub
- URL: https://github.com/pidgey0403/printer-simulator
- Owner: pidgey0403
- Created: 2021-12-11T07:24:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T21:35:42.000Z (about 4 years ago)
- Last Synced: 2025-06-02T07:22:50.108Z (8 months ago)
- Topics: c, dynamic-memory, linked-list, pointers, structures
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# printer-simulator
Using a linked list, simulate how a printer functions by inserting newly generated documents into the printer queue, while printing out the highest priority print job, over a set number of cycles.
Another student project for my Intro to C and Unix class, this time with the goals of exploring the creation and use of structures, passing pointers to functions, more complex pointer manipulation, allocating dynamic memory for pointers and arrays, using preprocessor commands for debugging purposes, and employing header files to implement functions.
All files authored by me.