ASCII Symbols
I am programming for DOS using Borland C++ and wish to display the
symbols of the early ASCII character set...
For example:
cprintf("%c",mychar[7]); // where mychar[7] is char(7)
This is assigned to the BELL signal and therefore sounds the beep and
doesn't display the bullet point I require. Is there a way to display
these
symbols without allowing the operating system to 'interpret' them into the
beep sound for whatever?
Responses are greatly appreciated
Andy