Search:

Type: Posts; User: waldis

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,983

    here is one I found: ...

    here is one I found:

    http://sourceforge.net/projects/cdrdao/
  2. Replies
    3
    Views
    2,983

    Do you know the url i could look it up? If I...

    Do you know the url i could look it up?

    If I understand it correctly, the CD/RW drive should returm some kind of reply that I could compare and decide whether to procede or return to the first msg...
  3. Thread: mciSendString

    by waldis
    Replies
    4
    Views
    1,892

    Sounds like little too complicated for me as of...

    Sounds like little too complicated for me as of right now... but i'll save your code and see how far i can get with it. Actually i will have only one cd/rw on the system, and it is will be either Win...
  4. Replies
    3
    Views
    2,983

    Check for a blank cd-r

    Could anyone give me a clue or some example on how do i check if a blank cd is inserted in my cd/rw drive? I'm trying to write a little program where i punch F1 key, and my cd/rw opens, then msg box...
  5. Thread: mciSendString

    by waldis
    Replies
    4
    Views
    1,892

    Thanx! It compiled as soon as I added the...

    Thanx! It compiled as soon as I added the winmm.lib.
  6. Thread: mciSendString

    by waldis
    Replies
    4
    Views
    1,892

    mciSendString

    Could anyone help me with this problem? I can't get it to run with VS C++ 6.0... Thanx



    #include <iostream>
    #include <windows.h>
    #include <mmsystem.h>
    using namespace std;

    int main()
  7. Replies
    5
    Views
    979

    I thought i'll comment on this: double...

    I thought i'll comment on this:



    double ftoC(double fahr)
    {
    return (5/9 * (fahr - 32));
    }
  8. Replies
    2
    Views
    1,231

    Decoding & Encoding the sound?!?

    Hey guys, could anyone shed some light on the "decoding and Encoding the sound files" topic?

    Like, if i want to take a Real Audio sound file and change it to the MP3, where do i get the source for...
  9. Replies
    4
    Views
    3,723

    Thanx guys for the help!!! Skipper: now i'm...

    Thanx guys for the help!!!

    Skipper:

    now i'm getting all the characters, thanx! But it's still giving me the error of "Debug Assertion Failed!" after i try to run the prog to see my error...
  10. Replies
    4
    Views
    3,723

    copy two files into one

    :confused:
    hey guys, just started on C++. Having trouble... I would appreciate if someone could help me with this.

    Program should open two text files for input and one for output (files exist)....
Results 1 to 10 of 10