However, the problem is... I do not understand what she means by "and output to temp4US.out and temp4UK.out".
The US uses Fahrenheit so when the user selects from the menu to convert Celsius to Fahrenheit you need to create a file named temp4US.out and store the results there.
The UK uses Celsius so when the user selects from the menu to convert Fahrenheit to Celsius you need to create a file named temp4UK.out and store the results there.
imbritty wrote:
We were provided with no such files and I am confused by what my professor wants.
Ifstream is a stream. Work with it like you would with std::cin. Tutorial only shows you how to use file stream specific functions, because it assumes that you are familiar with plain streams.