Fortune Telling Collection - Free divination - Pascal program

Pascal program

This is a program I compiled last year to display playing cards. A poker game compiled a long time ago, but unfortunately the source program was destroyed because of something wrong with the hard disk. There is no time to make up the game, here is just a demonstration of playing cards.

Displaying playing cards under windows can be said to be a piece of cake, but displaying playing cards under dos is compiled with pascal. Haven't you seen it? Ha ha! Interested users can have a look.

Because there was no file upload service here before, it has not been uploaded. Now you can send the file, so send it up for everyone to see. Download URL:

/upload/cards.zip

How to use:

(1) Create a new folder, for example: C:\TEMP.

Unzip all files in file cards.zip to C:\TEMP.

(2)

Enter Turbo pascal 7.0 and use the main menu file >; Change Directory ... Set the current path to C:\TEMP.

(This step is very important! )

(3) use the main menu file > Open to open the Card.pas to run.

Look, Pascal made this up. Can you believe it?

By the way, if the CRT is not patched and there is an error of dividing by zero at runtime, remember to patch it!

Allows you to call some or all of the card files in this compressed package when making your own poker game; It also allows you to copy the functions and programs of this program. But if the game is made up, don't forget my contribution to jtchang! I spent a lot of time on these cards!