compare a string for a specific charok so I used find now (and replaced "/" with const char a =47) now it doesn't throw the exception. ...
compare a string for a specific charI am trying to convert a user input string that is supposed to a fraction into a double but it refus...