C++ Windows Forms application unhandled exception error when textbox empty
- by cmorris1441
I'm building a temperature conversion application in Visual Studio for a C++ course. It's a Windows Forms application and the code that I've written is below. There's other code to of course, but I'm not sure you need it to help me.
My problem is, when I run the application if I don't have anything entered into either the txtFahrenheit or…