Search:

Type: Posts; User: thomas41546

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,845

    I appreciate the help, local memory allocation...

    I appreciate the help,
    local memory allocation is no longer as foreign to me.

    Updated Working Code:

    #include <stdlib.h>
    #include <stdio.h>
    #include <string.h>
    struct ll {
    struct ll...
  2. Replies
    3
    Views
    1,845

    Pointer Mayhem

    I'm trying to write a program that uses linked-lists, the intent is to improve my understanding of pointers.
    I ran into a strange problem (sigh as usual) ....everytime i call my appendlist()...
  3. Replies
    6
    Views
    2,226

    It works =D. Well, I still don't understand this...

    It works =D.
    Well, I still don't understand this whole pointer ordeal, but
    thank you very much, I appreciate the help foxman.

    I will definitely work on those brackets, Elysia.
  4. Replies
    6
    Views
    2,226

    passing pointers outside of functions

    I am trying to create a function that reads everything from a file and puts it into memory.

    void fileRead(char *filePtr,const char *filename)
    Successfully copies the data from the file into the...
  5. Replies
    1
    Views
    2,416

    Binary file is read with bytes missing

    Hi, im a new programmer to C# and I just do not understand why my binary file is read incorrectly.

    I have a 625 byte binary file and it only reads 586 bytes, skipping a byte once in a while.
    The...
Results 1 to 5 of 5