提问人:Mari3471 提问时间:11/2/2023 更新时间:11/2/2023 访问量:37
在 Visual Studio 2017 计算器中获取格式异常字符串的格式不正确
Getting format exception string was not in a correct format in visual studio 2017 Calculator
问:
所以基本上我在一台运行 win 11 的电脑和另一台运行 win 8(在我的学校)的电脑上出现格式执行错误,但是,当我带着 win 10 去我的笔记本电脑时,程序开始工作。知道为什么会发生这种情况吗? 另外,这是我收到错误的代码部分
private: System::Void EnterOperator(System::Object^ sender, System::EventArgs^ e) {
Button^ NumbersOp = safe_cast<Button^>(sender);
dig1 = Double::Parse(Display->Text);//Error shows here
Display->Text = "";
operators = NumbersOp->Text;
}
提前感谢您的帮助。
答: 暂无答案
评论