news://newsstand.cit.cornell.edu/cornell.class.cs100mThis will open your browser's default news reader (probably Outlook Express) for reading messages. You might have to fiddle with settings to get it to let you post messages.
|
(revised 10/1) The user should see the following output from your program in this order:
|
|
Design and style considerations (revised 10/1) Remember that global variables should be used sparingly as discussed in class. A solution that uses many global variables, say more than two or three in this project, shows poor design and will be penalized. As always, use good programming style as we have discussed in class. Commenting is always important and it is exceptionally so in this project because you need to explain your design clearly. A good program should be relatively efficient and the code should not be redundant. We give you freedom to design you own display for the cards and we hope that you'll have fun with it. However, particularly poor displays (such as displaying "King" as 13) or displays that take way too long to draw are bad designs and will be penalized in grading. |