home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / clesson / c.dir / 00262_g3.pcx.png < prev    next >
Portable Network Graphic  |  1995-04-05  |  9.8 KB  |  491x229  |  4-bit (6 colors)
   ocr: We begin our program development with main(). Every time we need a new lunction, we write it at the bottom ofthe file and put its lunction prototype in the list just above main(). In maino, we lirst assign values to each element in the array deck. We think of these elements as playing cards in a deck. To check that code works as expected, we print out the hearts.