Search:

Type: Posts; User: AmiTsur

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,040

    its working :) really nice, thanks mate

    its working :)
    really nice, thanks mate
  2. Replies
    3
    Views
    1,040

    getch() would halt the program i dont want to do...

    getch() would halt the program
    i dont want to do that...
  3. Replies
    3
    Views
    1,040

    keystrokes related question..

    I'm working on a Snake like game, and I wanna direct the snake to move as I press the keys...

    When the game start, the snake moves to the right.
    The condition looks a bit like this:

    while...
  4. Replies
    1
    Views
    1,004

    Help - Function returning a sting

    Having a little problem..
    I need to return a string from a function..
    Here is my data...

    char returnsting(char result[])
    {
    result[]="STRNG";
    return(???);
    }
Results 1 to 4 of 4