User: Betray1st

  • Public profile

User profile: Betray1st

User info
User name:Betray1st
History
Joined:
Number of posts:6
Latest posts:

Insertion into linked list failing
Like vlad said, the allocations are useless. You don't need to allocate memory if the pointer is ju...

Make this run till it reaches max
I'm not quite sure what you are trying to do, but an endless loop occurs due to the way you wrote yo...

Pointers
In addition to what pogrady said, even though your last two statements results in the same value for...

Load array from text file using dynamic memory allocation
Your syntax is incorrect for a 2D array. The syntax should be int array[row_size][column_size]. Yo...

Help with program (Arrays and data files)
I just fixed the second issue of the program only saving 1 file. I'm still not sure why its outputt...

This user does not accept Private Messages