I'm making a tennis stats program, simple one. and i have data about each point in 2 arrays, each 3d and each string. When i print the contents in the program itself, i get nothing, a blank space. And when i write it to a file i just get the location (I think thats what it is). Here is the code... Sorry its long
I tried that, and i just got a " no match for 'operator*' in '*setwin[setcount][gamecount][pointcount]' " error. I have never hurd of that code. Isnt that a pointer thing?
Should i be posting this in the normal windows section?
I noticed you didn't include <string>, but <cstring>. I know in visual studios when I've used string and forgot to include it, it didn't give me an error but apparently used something that doesn't act as STL's string.