In the above code eANum etc are string arrays and hold is a vector, I try to assign the array of strings to a vector element, however, when I run the executeable it crashes, and I know it is this part because I commented it out and it ran fine.Code:eANum[i] = hold[0]; eAMass[i] = hold[1]; eName[i] = hold[2]; eSymbol[i] = hold[3];




Reply With Quote