Im making a cmd line based tempature converter program, and it needs to use doubles for more accurate tempature readings. I need to convert argv[1] to a double so it will work in the formula.
The code should be right, ignore all the messed up stuff in this piece of code, this is just my drawing...