• enqueue and dequeue ·

    Source for enqueue() and dequeue() functions to add and remove data from a queue in a class.

  • Makefile ·

    In a Unix environment when working with C++ or C, a Makefile can be a very handy thing. Instead of typing several separate commands each time you update a file and want to recompile, you can just type make and the Makefile is executed.