Search:

Type: Posts; User: Real

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,976

    thanks a lot Salem, I tried your code, it...

    thanks a lot Salem,

    I tried your code, it compile successfully, but still crushed by system.

    By the way, this are my module implementations in allocating memory for every file. I didn't include...
  2. Replies
    1
    Views
    2,976

    declaring array of strings dynamically!!!!

    somebody out there would like to help me???

    My BIG problem:
    -----------------------------
    is there a way to assign an array of strings dynamically in C ?(e.g. malloc())

    I tried to declare a...
  3. Replies
    3
    Views
    1,510

    Thanks! but can a variable be used without having...

    Thanks! but can a variable be used without having to declare it? i'm a little bit confused with the line:

    if( squares[fs+uc] == 0 )
    //squares is not declared.

    and also in memory game the...
  4. Replies
    3
    Views
    1,510

    I need help with this memory game

    I'm currently doing with this memory game and i have a problem on how to make it using C languae. Please help me on how to implement it. I used colors that will serves as the hidden image inside the...
Results 1 to 4 of 4