Search:

Type: Posts; User: blkcherry

Search: Search took 0.00 seconds.

  1. Thread: Beep-Beep

    by blkcherry
    Replies
    5
    Views
    1,867

    #include #include ...

    #include <iostream.h>
    #include <stdlib.h>
    #include <windows.h>

    void soundSequence(int sounds[], int duration [], int numSounds);
    int main(int argc, char *argv[])
    {
    //Convert the following...
  2. Thread: Beep-Beep

    by blkcherry
    Replies
    5
    Views
    1,867

    Beep-Beep

    :confused:

    Hey does anyone know how to set up this program with a command line that will have: prog sound1 duration1 sound2 duration2....


    #include <iostream.h>
    #include <stdlib.h>...
  3. Replies
    4
    Views
    1,636

    So Codeplug How do you use ^ to swap? ...

    So Codeplug
    How do you use ^ to swap?

    Help me out please. :)
  4. Replies
    4
    Views
    1,636

    How do you .....

    How do you use the bubble sort in this program:

    #include <iostream>
    #include <stdlib.h>
    #include <string.h>


    int main(int argc, char *argv[])
    {
    for (int i = 0; i < argc; i++)
  5. Replies
    1
    Views
    980

    How do u use........

    How do you use % to determine if a number is even. I don't understand.
  6. Replies
    2
    Views
    972

    Quick Help Please

    :confused:

    I'm not sure on how to do this program Please send your helpful results as soon as possible. I use DEV C++.

    I need to write a program that will calculate the sum of even numbers...
Results 1 to 6 of 6