简体   繁体   中英

Does BREW 3.1.5 support STL?

I'm creating an application in BREW, by using C++. Does 3.1.5 sdk version support STL?

The BREW platform does not support exceptions, also it has no stream based I/O. This could explain why some have reported success using STL, while others shun it. As long as you stay away from the parts of STL that is problematic on BREW, it might work, but it's far from fool proof. Personally, I would avoid it.

If you are going to use it, a mandatory requirement is to overload new/delete with BREW's MALLOC() and FREE().

Also related reading:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM