微软C ++ STL的Windows CE的差异? [英] Differences in Microsofts C++ STL for Windows CE?

查看:175
本文介绍了微软C ++ STL的Windows CE的差异?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都知道一个完整的列表,在STL的Windows CE的微软的实现,与桌面的全STL相比的差异?我使用WinCE 6.0,与VS 2005。

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.

我有点惊讶,他们似乎已经删除了这么多的东西;对于GCC它几乎是一样的。

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

推荐答案

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

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

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


  • 设备的标准C ++库不包含区域设置支持。

  • uncaught_exception

  • 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.

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

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


  • < cerrno> ;

  • < csignal>

  • < locale>

  • <cerrno>
  • <csignal>
  • <locale>

这篇关于微软C ++ STL的Windows CE的差异?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆