What type is TTCworldCoord? If it's not a 2d array, you could improve performace by filling one dimension at a time. BTW, do you really mean to read millions of rows into memory?
Forget all the std::string stuff. Read the line into a char array, and use strtok to parse fields.