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.
我正在考虑将 Windows 中使用的队列和堆栈移植到 Android。可以这样做吗?可以在Android NDK的帮助下完成吗?
为什么?std::queue并且std::stack已经在 Android 上可用。
std::queue
std::stack