Search:

Type: Posts; User: AKeiTyrian

Search: Search took 0.01 seconds.

  1. Trying to fill and print array of strings (array of pointers)

    What I'm trying to do is read data in from a file into an array of strings then print out that array. I had to dynamically allocate the memory without knowing how many strings are in the file, so i'm...
  2. Replies
    7
    Views
    3,299

    Thanks. That helped a lot.

    Thanks. That helped a lot.
  3. Replies
    7
    Views
    3,299

    Yeah, the correct header is there.

    Yeah, the correct header is there.
  4. Replies
    7
    Views
    3,299

    Thanks.

    Thanks.
  5. Replies
    7
    Views
    3,299

    error: expected ')' before

    I'm writing a program where I have to read in information from a data file into an array of structures then print it out in a formatted chart. I'm getting these error messages when I try to compile...
Results 1 to 5 of 6