Thread: beep

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    206

    beep

    this is kind of a waste of a thread but whats the command to beep your computer? just like a little shrill bleep.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    cout << '\a';

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    206
    and if its not too much trouble... the backspace command? couse when you run a server it doesnt o the fancy colors and gotoxy. Im running servers and i need it to write over itself. thanks for the input ahead of time. again iod link the backspace command please

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    cout << '\b';

  5. #5
    Registered User
    Join Date
    Dec 2001
    Posts
    206
    thx - must sleep now.... thx again

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. linux beep function
    By Calef13 in forum C++ Programming
    Replies: 7
    Last Post: 07-14-2007, 01:39 AM
  2. I need to play a pre recorded vox file using C
    By m.sudhakar in forum C Programming
    Replies: 4
    Last Post: 11-17-2006, 06:59 PM
  3. alert beep sound
    By bazzano in forum C Programming
    Replies: 3
    Last Post: 02-14-2006, 02:24 PM
  4. Beep();
    By SirCrono6 in forum C++ Programming
    Replies: 7
    Last Post: 02-22-2004, 04:47 PM
  5. Something Like beep()
    By Trauts in forum C++ Programming
    Replies: 3
    Last Post: 02-02-2003, 02:51 PM