I'm trying to convert a string to a double. I read in from a file into a char array. I took the array and built a string without any spaces. Now, I'm trying to convert the string built to a double, but I keep getting an error. Any help, tips, or comments are greatly appreciated!