09.04.2017, 22:38
I think your problem is that you save everything with two slashes "a || b || c"
But load with one slash, resulting in hInfo[][] = {"a ", "", " b ", "", " c"} (every even index is empty)
It's just a guess but you could print you the values of hInfo to check
But load with one slash, resulting in hInfo[][] = {"a ", "", " b ", "", " c"} (every even index is empty)
It's just a guess but you could print you the values of hInfo to check