How do I make my program beep.

Paul John Falstad pfalstad at phoenix.Princeton.EDU
Tue May 29 12:38:54 AEST 1990


In article <19620.26610767 at oregon.uoregon.edu> michelbi at oregon.uoregon.edu writes:
>Your best bet is to       printf("\a");  or   printf("\c", 7);  I think.

Don't you mean %c instead of \c?  Actually, \a or \x7 work better.

-- 
Paul Falstad  PLINK:Hypnos GEnie:P.FALSTAD net:pfalstad at phoenix.princeton.edu
Disclaimer: My opinions, which belong to me and which I own, are mine.
-Anne Elk (not AN elk!)  The sun never set on the British empire because
the British empire was in the East and the sun sets in the West.



More information about the Comp.lang.c mailing list