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.
我正在使用 C++ 在 BREW 中创建一个应用程序。3.1.5 sdk版本支持STL吗?
BREW 平台不支持异常,也没有基于流的 I/O。这可以解释为什么有些人报告说使用 STL 取得了成功,而另一些人则回避它。只要您远离在 BREW 上存在问题的 STL 部分,它可能会起作用,但远非万无一失。就个人而言,我会避免它。
如果您要使用它,一个强制性要求是使用 BREW 的 MALLOC() 和 FREE() 重载 new/delete。
相关阅读:
东方
是否使用 STL