Search:

Type: Posts; User: zafy

Search: Search took 0.01 seconds.

  1. Thread: quick question

    by zafy
    Replies
    13
    Views
    1,430

    Yes! I got it honestly guys thank you so much I...

    Yes! I got it
    honestly guys thank you so much I appreciate it so much :)
  2. Thread: quick question

    by zafy
    Replies
    13
    Views
    1,430

    what thing did i miss again?

    what thing did i miss again?
  3. Thread: quick question

    by zafy
    Replies
    13
    Views
    1,430

    I made the same changes right?

    I made the same changes right?
  4. Thread: quick question

    by zafy
    Replies
    13
    Views
    1,430

    So I did what you said I got warnings but... THE...

    So I did what you said I got warnings but... THE program works!
    in total I need 4 variables A B C and D so I added for C and D and once again we're back to square 1


    #include<stdio.h>
    #include...
  5. Thread: quick question

    by zafy
    Replies
    13
    Views
    1,430

    please tell me this is what you mean way too...

    please tell me this is what you mean
    way too many warnings! :(


    #include<stdio.h>
    #include <stdlib.h>


    void matrix_display(int *matrix, int row_count, int column_count);
  6. Thread: quick question

    by zafy
    Replies
    13
    Views
    1,430

    is this what you mean? #include...

    is this what you mean?


    #include<stdio.h>
    #include <stdlib.h>




    int main (void)
  7. Thread: quick question

    by zafy
    Replies
    13
    Views
    1,430

    Oh I thought the first one was perfect but thanks...

    Oh I thought the first one was perfect but thanks

    but why isn't the second one even compiling? I tried the int ***A

    but i honestly thought that this line


    A = malloc( 2 * sizeof(int**) );...
  8. Thread: quick question

    by zafy
    Replies
    13
    Views
    1,430

    quick question

    Hey everyone could someone tell me why the first code is working(without functions) and the second one is not?


    #include<stdio.h>
    #include <stdlib.h>


    int main (void)
    {
    int...
Results 1 to 8 of 8