Search:

Type: Posts; User: harmony_krieg

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,333

    i wish to use plain C.

    i wish to use plain C.
  2. Replies
    3
    Views
    1,333

    Clicking in regions.

    Hello. I'm trying to create a 'musical keyboard' whereby you click on one of the 88 keys and it plays the note. However I am not sure on the best way to go about doing this... Is it best to have lots...
  3. Replies
    5
    Views
    1,189

    aah thanks. i wasn't thinking about programming...

    aah thanks. i wasn't thinking about programming practicalities, i was just curious on what the syntax would be if i did wish to make such a cast for whatever reason.
  4. Replies
    5
    Views
    1,189

    casting to a function.

    Say i have an integer which holds a memory addres... like

    int add(int, int);

    int main()
    { int y ;
    y = (int)add;
    return 0;
    }
Results 1 to 4 of 4