Search:

Type: Posts; User: myrddinb

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    3,772

    Problem reading file into array of strings

    I'm trying to read in the contents of a file line by line (using fgets) and put them into a string array(using strcpy)...

    Anyway.. the output of the program is just a bunch of gobbledygook instead...
  2. returning a pointer of a struct of a struct array...

    Greetings,

    I am a bit new at programming and am working on a project for my own amusement. The problem is I have created a structure and I want to make an array of the structure, but do it in a...
Results 1 to 2 of 2