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.
我正在使用 Cosmos 在 C# 中构建一个简单的操作系统。出于某种原因,当我尝试使用我的浮点变量时出现错误。我知道这看起来很奇怪,但我真的得到了一个错误。
float a = 1.12f; Console.WriteLine(a); // gives me errors.
错误说:
CPU Exception x06 Last known address: 0x0206C600
我如何解决它?