Starting from:

$30

Fibonacci Solitaire (single file) - Prog 2


Fibonacci Solitaire (single file) - Prog 2
CECS 325 – System Programming with C++

In the first program you wrote the Solitaire Fibonacci program using separate header and .cpp files for the Deck
and Card class. You also had a separate file for your solitaire game.
In this assignment you will combine the Deck and Card class into the same source program that has your
solitaire game. The Fibonacci Solitaire game will work exactly as before. But your source code will be
refactored according to the above description.
What to submit to Dropbox:
1) The main program file – solitaire.cpp (or whateer you called it – name is not important)
2) Screenshot of a winning hand
3) Screenshot of a losing hand.

More products