Search:

Type: Posts; User: cacca

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,555

    Dude I love you :D

    Dude I love you :D
  2. Replies
    7
    Views
    1,555

    are you kiding me or what :D

    are you kiding me or what :D
  3. Replies
    7
    Views
    1,555

    I don't understand the functionality can someone...

    I don't understand the functionality can someone explain??
  4. Replies
    7
    Views
    1,555

    Need help

    #define LIFE_MATRIX_SIZE_X 100
    #define LIFE_MATRIX_SIZE_Y 100


    #define DEAD 0
    #define ALIVE 1


    char life_matrix [LIFE_MATRIX_SIZE_Y][LIFE_MATRIX_SIZE_X];...
  5. Replies
    4
    Views
    1,152

    I think i'll understand it :D it isnt so...

    I think i'll understand it :D it isnt so impossible thx any way :D
  6. Replies
    4
    Views
    1,152

    i know that but i need this for tmrw.. if i post...

    i know that but i need this for tmrw.. if i post a code will you help me ?
  7. Replies
    4
    Views
    1,152

    life_matrix[y][x]

    Guys i need to know what this comand do on 2 matrixes pls help.
  8. Replies
    7
    Views
    986

    guys i started with C about 2 weeks i'm not wery...

    guys i started with C about 2 weeks i'm not wery expert..:D.. I didnt know this thing about gets()...
  9. Replies
    7
    Views
    986

    no errors.. just gives me 0 every time...

    no errors.. just gives me 0 every time...
  10. Replies
    7
    Views
    986

    Need some help pls guy..

    This program should tell me are two string equal or less.. But ain't working..




    cmp(char *p1, char *p2){
    int i = 0,
    cont = 1;
    while( *p1 != '\0' && *p2 != '\0' &&...
Results 1 to 10 of 10