|
|
|
|
|
by tialaramex
671 days ago
|
|
> since huge parts of Haiku are written in C++ Sometimes pre-standard C++ and sometimes C++ 98. There's a lot of "C with classes" and stuff that C++ proponents will insist isn't now "really" C++ because that no longer suits their understanding of the language. As is common for that era it has its own custom string type, BString, and so on. So Swift is about 20 years over their horizon, and modern Swift is even further. |
|
Apple, Google and Microsoft "modern C++" frameworks also use their own types, instead of the standard library.
See Android NDK, IO Kit / Driver Kit / Metal bindings, C++/WinRT and WIL.