×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / Are there any people using STL to develop C++ on Unix / NT ?
    • of course. u do that , right?
      • which platform(s) are you using?
      • and, which compiler(s) are you using?
        • VC++
          • Great. But I heard STL cannot be used on some UNIX platforms. Is that true. 009 come in please
            And, when you handle the memory allocation, do you use STL Library (allocator)?
            • STL is a standard. You can find free STL library for almost every unix platform.
              Yes. If you use STL, it is better for you to use STL allocator and deallocator.
              • Thanks. Can I have a conclusion...
                If I use the pure STL, then the code can be portable to various platforms? Of course, I know the pure STL is useless for a true project?
                • 这只是理想化的情况,至少VC++的STL就不pure
                • From the aim of STL, you are right. I can only sure that STL is general in Unix platform.