Results 1 to 2 of 2

Thread: How to use sound() in pure C++

  1. #1

    Thread Starter
    Lively Member WindowsNuclear's Avatar
    Join Date
    Oct 2002
    Posts
    106

    How to use sound() in pure C++

    I just want to make sounds through Pc Speaker,

    How ever, I found it not so eazy as I thought, the way I use sound(x),or int sound(x) woundn't help.

    Well, Whoever means to help is welcome. THX.
    Program is a pleasure thing!

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    The MessageBeep API makes one beep through the speaker if there is no sound card present.
    Other than that I don't know. Maybe you can open a virtual file that accesses the pc speaker.

    http://www.experts-exchange.com/Prog..._10031029.html
    http://www.experts-exchange.com/Prog..._10075527.html
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width