Hi everyone,
I have a opened and read a file in a program that I am working on. I have the following informantion in the file:
string intstring intstring intstring intstring intstring
int string intstring
As you can see, starting with the second string, the string starts right next to my previous int. I obviously need spacing there. However, my problem here is that I only want to show three pairs of string int in each row and I'm having trouble doing that. Any tips?
I have two 1-D arrays, one for string and one for int, if that is any help.
Thanks!