This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / Are there any people using STL to develop C++ on Unix / NT ?
-guest:it's me;
2001-8-3
(#154738@0)
-
of course. u do that , right?
-guest:guest;
2001-8-3
(#154753@0)
-
which platform(s) are you using?
-guest:it's me;
2001-8-3
(#154758@0)
-
and, which compiler(s) are you using?
-guest:it's me;
2001-8-3
(#154760@0)
-
VC++
-000(老九);
2001-8-3
(#154763@0)
-
Great. But I heard STL cannot be used on some UNIX platforms. Is that true. 009 come in pleaseAnd, when you handle the memory allocation, do you use STL Library (allocator)?
-guest:It's me;
2001-8-3
{79}
(#154772@0)
-
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.
-xiliu(xiliu72);
2001-8-3
{79}
(#154785@0)
-
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?
-guest:It's me;
2001-8-3
{136}
(#154797@0)
-
这只是理想化的情况,至少VC++的STL就不pure
-000(老九);
2001-8-3
(#154805@0)
-
From the aim of STL, you are right. I can only sure that STL is general in Unix platform.
-xiliu(xiliu72);
2001-8-4
(#155561@0)