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.
我正在将游戏从 objC (ios) 移植到 C++。请告诉我是否有任何跨平台 C++ 库来获得等效于以下 objC 字符串操作。
stringByAppendingPathComponent
stringByDeletingLastPathComponent
最后路径组件
stringByDeletingPathExtension
谢谢。
好吧,这提供了一些特定的路径行为。您还可以使用来自std::string. 这里的第一个答案有一些例子(虽然他们没有完全按照你的意愿做,但它会给你一个大致的想法)。
std::string