Search:

Type: Posts; User: Fifasoccer21234

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    877

    One last question then sleep...

    Is it possible to play a .wav file in MSVC++? If not, I will make do with Beep(freq, dur).
  2. Replies
    15
    Views
    2,326

    Awww...man sorry. I'm new to this forum as of...

    Awww...man sorry. I'm new to this forum as of today.
  3. Replies
    15
    Views
    2,326

    I would like it to say, output "Hello" in let's...

    I would like it to say, output "Hello" in let's just say green text in the MSDOS console. Could someone please show me an example? I need it for my battleship game. ::Wink::Wink::.
  4. Replies
    15
    Views
    2,326

    Colored text...?

    How do you do colored text in MSVC 6.0? Could anyone give me a little snippet of code that outputs say like "Hello" in a color? Thanks!
  5. Replies
    18
    Views
    12,191

    OMG, thank you!!! Now my ingenius battleship...

    OMG, thank you!!! Now my ingenius battleship plans will be revealed. Is there any way to play a .wav file or is that too complicated. TY SO MUCH!
  6. Replies
    18
    Views
    12,191

    I'm sorry but I'm but a high school sophomore...

    I'm sorry but I'm but a high school sophomore newb, would you be kind enough to show me a very simple implementation of this code?
  7. Replies
    18
    Views
    12,191

    Do you mean search every .h file inside of each...

    Do you mean search every .h file inside of each and every one? I don't see any sound or beep .h's
  8. Replies
    18
    Views
    12,191

    Also, for the duration and frequency what are the...

    Also, for the duration and frequency what are the units they are measured in? Could you perhaps give me a test section of code that uses the beep function in msvc 6.0?
  9. Replies
    18
    Views
    12,191

    What header file does the beep function require?

    What header file does the beep function require?
  10. Replies
    33
    Views
    5,394

    What compiler do YOU use?

    Hey everyone, what compiler do you guys use? My school is cheap so I use Turbo C++ 3.0. It's made for DOS. :
  11. Replies
    18
    Views
    12,191

    I checked the windows.h header file and the only...

    I checked the windows.h header file and the only code about sounds was:



    /****** Sound support ******************************************************/

    #ifndef NOSOUND

    int WINAPI...
  12. Replies
    18
    Views
    12,191

    OK, this is my code: ...

    OK, this is my code:



    #include<windows.h>
    #include<conio.h>

    void main ()
    {
    PlaySound(bomb.wav);
  13. Replies
    18
    Views
    12,191

    OK, so I include windows.h which I believe I...

    OK, so I include windows.h which I believe I have, and all I need to do is PlaySound(boom.wav) if it is in the same directory?
  14. Replies
    18
    Views
    12,191

    Yes, it is version 3.0, the DOS based version. I...

    Yes, it is version 3.0, the DOS based version. I could also take advice for the Borland C++ compiler, I believe 5.0.
  15. Replies
    18
    Views
    12,191

    Playing sounds in Turbo C++

    Hello, I am a sophomore in highschool. I am making battleship as my final project and I need some help. Would anyone be kind enough to tell me how(if possible) to play a .wav file? If that is not...
Results 1 to 15 of 15