[comp.sys.ibm.pc] TurboC graphic Symbols

ctm@peora.ccur.com (Cuong Tuan Ma) (07/07/89)

Hello,
  I'm writing a graphic game program (playing card game) using TurboC 2.0,
but I could not find these little symbols: heart, diamond, club, and spade
in order to print out on screen.  I didn't see them in ASCII table
(neither "graphics.h" nor "ctype.h" libraries), and they are not even in
MSDOS pagecode table (USA, Portugeese,Canada...).  Do I need to create
them myself (through bitmap 8x8 square)? I know it would be messy!
  Do you have any suggestion?  I'll appreciate all your help.      

  My email address:   peora!ctm

snuzs@trsvax.UUCP (07/11/89)

They are in the ASCII table.  Specifically:
	Heart: 03
	Diamond: 04
	Club: 05
	Spade: 06
Hope this helps.

******************************************************************************
Scott Parrish                   Domain: snuzs@trsvax.Tandy.COM
Tandy Electronics		  UUCP: ...!texbell!letni!trsvax!snuzs
Fort Worth, Texas                   or: ...!decvax!microsoft!trsvax!snuzs
******************************************************************************
DISCLAIMER:  Since Tandy Corporation and Radio Shack won't be responsible
for what I say, I guess I'll have to be.
******************************************************************************