Microsoft C++ 的差异适用于 Windows CE 的 STL?

发布于 2024-08-03 13:55:11 字数 137 浏览 2 评论 0原文

有谁知道 Microsoft 在 Windows CE 上实现 STL 与完整的桌面 STL 之间的差异的完整列表吗?我使用的是WinCE 6.0,搭配VS 2005。

我有点惊讶他们似乎删除了这么多东西;对于 GCC 来说几乎是一样的。谢谢!

anyone know of a complete list of the differences in Microsofts implementation of STL for Windows CE, compared to the full STL for desktop? I am using WinCE 6.0, with VS 2005.

I am a bit suprised that they seem to have removed so many things; for GCC it is almost the same. Thanks!

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

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

发布评论

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

评论(1

oО清风挽发oО 2024-08-10 13:55:11

根据设备的标准 C++ 库参考 ,(唯一的)区别是:

新功能

Stream 此版本的标准 C++ 库添加了支持。

不支持的功能

  • 设备的标准 C++ 库不包括区域设置支持。
  • uncaught_exception 仅在 Windows CE 5.0 及更高版本上受支持,包括 Windows Mobile 2005 平台。

不支持的标头

标准 C++ 库的设备版本不支持以下标头:

according to Standard C++ Library Reference for Devices, the (only) differences are:

New Functionality

Stream support has been added to this version of the Standard C++ Library.

Unsupported Functionality

  • The Standard C++ Library for devices does not include locale support.
  • uncaught_exception is only supported on Windows CE 5.0 and higher versions, including Windows Mobile 2005 platforms.

Unsupported Headers

The device version of the Standard C++ Library does not support the following headers:

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