I create a text file and store a structure in it, using fwrite. I then store another structure the same way in the same file. Then I want to read the structures and show them on screen, using fread. I do it well, the program reads and shows the data, BUT it only shows one structure!! and I want it to show all the structures that I have stored in the text file!!