D 编程不完全编译器

发布于 2024-12-19 17:04:36 字数 295 浏览 0 评论 0原文

我正在尝试学习 D 编程语言,我从官方网站下载了编译器 ( http://www.digitalmars.com/d/download.html)。我正在遵循原始的 D 编程教程和书籍。 但编译器似乎无法识别很多关键字,例如,当我尝试使用“不可变”关键字时,编译器会引发“错误:未定义的标识符不可变”错误。它利用了 D 的许多其他功能来实现这一点。

这怎么可能呢?据我所知,它实际上是官方编译器。

I'm trying to pick up the D programming language, and I downloaded the compiler from the official site (http://www.digitalmars.com/d/download.html). and I'm following the original D programming tutorials and book.
But the compiler doesn't seem to recognize a lot of keywords, for example when I try to use the "immutable" keyword the compiler raises the "Error: undefined identifier immutable" error. And it does this with a lot of other features of D.

How is this possible? It is in fact the official compiler as far as I know.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

拔了角的鹿 2024-12-26 17:04:36

您下载了 D1 编译器。买个D2的吧

You downloaded the D1 compiler. Get the D2 one.

娇纵 2024-12-26 17:04:36

您可能正在尝试将 D2 代码与 D1 编译器一起使用。

You're probably trying to use D2 code with D1 compiler.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文