巴达自动指针
有谁知道在Bada OS中使用smart_ptr
(智能指针)或auto_ptr
(自动指针)的方法吗? Bada OS 没有 std
命名空间,因此 Boost 库移植非常困难。 也许还有另一种内存管理方法?
Do anyone know any way to use smart_ptr
(Smart Pointer) or auto_ptr
(Auto Pointer) in Bada OS?
Bada OS has no std
namespace, so, Boost library porting is really difficult.
Perhaps there is another way for memory managing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论
评论(2)
从 Bada 1.0 开始, STL 是可用:
关于Boost,boost 1.37的shared_ptr工作得非常完美。
Since Bada 1.0, STL are availables :
Regarding Boost, boost 1.37 shared_ptr works perfect.