Insertion into linked list failingLike vlad said, the allocations are useless. You don't need to allocate memory if the pointer is ju...
Make this run till it reaches maxI'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 allocationYour 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