This is my program so far for a school project. Everything works as it should, it compiles and will run (in command prompt), but once it gets to the last set of data inputs for how ever many books, it will crash randomly with the microsoft error report thing.
Sorry if this is confusing, I am not yet good at describing the program or know the correct terminology.
And, Thanks for any input/help, it is greatly appreciated.
Hi, thank for the help. I fixed that but it didn't make a difference. Fortunately, after about an hour of picking apart the program and taking it apart I realized that I had simply forgotten that an array will start at array[0] for its first member, and I was going beyond the array. Ironically we did an example in class showing this exact thing. Oh well, I guess it's part of learning. Thanks again for the help.