Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,我在我的类方法函数中使用 % 运算符时遇到问题。弹出控制台窗口,但是当说“”时会打开另一个窗口。exe 遇到问题并需要关闭。任何想法?这是我省略时的代码行工作正常。
r = gnumer % gden;
是gden零吗?模数除以零与除以零一样糟糕。
gden
可能是因为gden ==0,或者gden不是全局变量或者静态变量,是不是忘记初始化了?