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

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.

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.