Search:

Type: Posts; User: equals

Search: Search took 0.01 seconds.

  1. Thanks a lot for this, I'll replace the code and...

    Thanks a lot for this, I'll replace the code and analize it since all those structures I'm forced to use are kinda confusing me as a newbie
    I appreciate your input a great deal!
  2. Can't edit the topic anymore so I'll just add...

    Can't edit the topic anymore so I'll just add another post

    Fixed the problem by changing my function to:

    void printQueue(Queue * e){ Queue * a = malloc(sizeof(Queue)*DIM_CODA);
    ...
  3. Seg. Fault trying to print dynamically allocated array if called twice

    Hey everyone, I've already posted a couple days ago regarding a problem I was facing and I was very lucky to have found help in fixing it

    That said, I'll ask once again for help. This one returns...
  4. Replies
    2
    Views
    1,828

    I managed to make it work, thanks! I did also use...

    I managed to make it work, thanks! I did also use your correction regarding this



    so I'm guessing I was having troubles with memory allocation
  5. Replies
    2
    Views
    1,828

    Fast transposing matrix in C

    Hey everyone!
    I'm kind of a beginner so please bear with me.
    I was given pseudo-code and using that I needed to build my own function. That said I'm finding a problem during the execution even...
Results 1 to 5 of 5