Search:

Type: Posts; User: ImDaMaverick

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,784

    thanks a lot, i'll give it a try

    thanks a lot, i'll give it a try
  2. Replies
    3
    Views
    1,784

    MCI_PLAY for midis

    Ok, i got it to play a midi in c++ console app using this...


    [CODE]
    DWORD err;
    MCI_OPEN_PARMS midiParams;

    midiParams.lpstrDeviceType = (LPCSTR)MCI_DEVTYPE_SEQUENCER;
    ...
  3. Replies
    2
    Views
    4,860

    The files

    here are the files for the snake game

    PS. let me know if you encounter any problems because it has been known to not work on certain operating systems and I'm trying to figure out why, but if you...
  4. Replies
    1
    Views
    877

    playing wavs in MVC++

    Hi, I have the solution for you. It took me a long time to figure this out too. First of all I know that this works in a win32 console app. but i don't know about any other kind of program.
    1)...
  5. Replies
    2
    Views
    4,860

    Cools Snake Game!!!, easy to understand code

    This is not 1 but 4 Snake type games. It's really addictive if you keep on playing. It's a C++ Win32 Console Application. You can download it from my website and you can also download the source...
Results 1 to 5 of 6