Bingo

Email me about this page

© 1997 Duncan Strand (hc97ds1),
Prashant Bhagat (hc97pb), and
Sandip Patel (hc97sp).

Running the program

To run the program type "bingo" at a DOS prompt.

There a two copies of the program on the included disk. "Bingo.exe" was compiled with GNC C++, this version does not write .log files.

"Bingo1.exe" was compiled with BorlandC 4.52 and does write .log files.

Bugs

The random card generation (task 11) doesn’t work properly. An example output is:

 

1

10

26

31

42

0

0

0

0

3

15

27

32

48

0

0

0

0

4

19

28

35

49

0

0

0

0

Whilst this is allowable in the bingo rules it doesn’t look correct.

Contributions

Assignment carried out as a group at organised meetings.

Team members ability was used to help teach other team members to do the assignment.

The Logs

To aid in the development and testing of the program it was decided that two log files would be created by the program, bingo.log, and bingo_wi.log.