writeup
.html
,
.pdf
cards.c
-- solution to programming assignment 3; you may use this file, or your
solution to program 3
cards.h
-- header file for cards.c (this is exactly the same header file that
was provided for program 3)
pre-compiled solution for program 4, that runs on CSL machines:
blackjack_basic
Makefile
-- a very simple makefile, that works if blackjack.c is the only C file
Testing: