Search:

Type: Posts; User: myk_raniu

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,239

    Cheers for that, by the way, it works a charm

    Cheers for that, by the way, it works a charm
  2. Replies
    7
    Views
    1,239

    I'm trying to make a phone dialler that generates...

    I'm trying to make a phone dialler that generates the two tones needed for each number in just in case your interested, just pick up your reciever and run the program.
  3. Replies
    7
    Views
    1,239

    Ok I found a program for generating the sine...

    Ok I found a program for generating the sine waves and saving them as .WAV but i still don't know how to send a .wav to the sound card??
  4. Replies
    7
    Views
    1,239

    Easy Question

    How do you get a program to generate a sine wave and play it using the sound card?
  5. Replies
    4
    Views
    2,175

    Thanks, I did forget to include the header in...

    Thanks,

    I did forget to include the header in the resource file, i put it in the .cpp file

    now my menus dissapeared in the window altogether though.
    probably something silly. i'll go track...
  6. Replies
    4
    Views
    2,175

    windows resources

    Hi

    I'm trying to make a simple menu for my windows program

    this is what the code in the .rc file looks like



    GenMenu MENU
    BEGIN
  7. Replies
    1
    Views
    1,764

    Windows Messenger service.

    I am just wondering if anyone out there knows what the ports, from which the data that is transfered between two computers in a network using the net send command can be accesed.
  8. Replies
    3
    Views
    1,364

    accsesing the paralell port in c++

    i am writing c ode for a college project i'm using dev c++

    what i was wondering is, how would you go about doing it using dev c++

    i managed to do it using microsoft visual c++ using
  9. Replies
    2
    Views
    1,980

    Thanks that chess page is pretty enlightening.

    Thanks that chess page is pretty enlightening.
  10. Replies
    2
    Views
    1,980

    chess program.

    i'm building a basic chess program. i set up a class to define each chess piece.

    this class contains all the information needed to set up a chess piece and define its location on the board.

    the...
  11. Replies
    2
    Views
    959

    Thanks a million -

    Thanks a million -
  12. Replies
    2
    Views
    959

    quick question about textcolor

    how would you go about changing the text colour output in your c++ program,
    i read that you can use the textcolor(); function in conio.h but that doesn't work.
    i'm using microsoft visual c++.
    any...
  13. Replies
    4
    Views
    1,625

    Question about mode 13h

    i'm using microsoft visual c++ as a compiler in xp
    and i'm wondering about the dos.h include file with it.
    plenty of graphics tutorials require the use of the

    far

    keyword

    but my compiler...
Results 1 to 13 of 13