Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

哪有 C++ standard template library(STL) 可 download?

0 views
Skip to first unread message

duran

unread,
Feb 22, 1999, 3:00:00 AM2/22/99
to

as title!
請先進們指教

--

□Origin: eden.ee.nctu.edu.tw □From: ns.davicom.com.tw

何陋居主

unread,
Feb 22, 1999, 3:00:00 AM2/22/99
to
==> 在 dura...@bbs.EE.NCTU.edu.tw (duran) 的文章中提到:
> as title!
> 請先進們指教

目前三大主流編譯器的最新版本:BCB 3.0、VC++ 6.0、gcc 2.8.x,
都有內附, 且比原始的 STL 更符合 ANSI C++ 規格。
因此, 現在似乎已無必要再去 download 個別的 STL 了。

--
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
≡ 何陋居 ≡ 練從難處練,用從易處用。
武 諺
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
--
* Origin: ★ 交通大學資訊科學系 BBS ★ <bbs.cis.nctu.edu.tw: 140.113.23.3>

四眼的王蟲

unread,
Feb 22, 1999, 3:00:00 AM2/22/99
to
On 22 Feb 1999 05:48:53 GMT, willi...@cis.nctu.edu.tw (何陋居主)
wrote:

>目前三大主流編譯器的最新版本:BCB 3.0、VC++ 6.0、gcc 2.8.x,
>都有內附, 且比原始的 STL 更符合 ANSI C++ 規格。
>因此, 現在似乎已無必要再去 download 個別的 STL 了。

SGI 的 STL 除了 C++ Standard 定義的 class 之外, 還定義了
一些新的東西比如 Hashed associated container, Single
link list, rope 等, SGI STL 是由原先的 HP STL 繼續發展而來的,
我倒是覺得大家可以考慮改用 SGI STL.

SGI STL 的位址是 http://www.sgi.com/Technology/STL/

四眼的王蟲

UFO

unread,
Feb 23, 1999, 3:00:00 AM2/23/99
to

> >目前三大主流編譯器的最新版本:BCB 3.0、VC++ 6.0、gcc 2.8.x,
> >都有內附, 且比原始的 STL 更符合 ANSI C++ 規格。
> >因此, 現在似乎已無必要再去 download 個別的 STL 了。
>
> SGI 的 STL 除了 C++ Standard 定義的 class 之外, 還定義了
> 一些新的東西比如 Hashed associated container, Single
> link list, rope 等, SGI STL 是由原先的 HP STL 繼續發展而來的,
rope??
這是container嗎? 我可沒聽過這東東? 這是甚麼?

四眼的王蟲

unread,
Feb 25, 1999, 3:00:00 AM2/25/99
to
On Tue, 23 Feb 1999 21:11:16 +0800, uff...@ms6.hinet.net (UFO) wrote:

>rope??
>這是container嗎? 我可沒聽過這東東? 這是甚麼?

下面是 SGI STL 的 document 對 rope 的描述:
"Ropes are a scalable string implementation: they are designed for
efficient operation that involve the string as a whole. Operations
such as assignment, concatenation, and substring take time that is
nearly independent of the length of the string. Unlike C strings,
ropes are a reasonable representation for very long strings such as
edit buffers or mail messages"

要知道的更詳細可看:
http://www.sgi.com/Technology/STL/Rope.html

四眼的王蟲

0 new messages