I have the following problem: I have to read a file that contains several very large numbers as shown below.
When you try to read them and send them to a variable double / long / int, the error acknowledges that it is a string . I would like to know how to convert this type of number to double / long / int (whichever applies in this case).