Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 May 1997 23:32:42 -0700
From:      "Michael L. VanLoon -- HeadCandy.com" <michaelv@MindBender.serv.net>
To:        chad@anasazi.com
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Standard Template Library 
Message-ID:  <199705090632.XAA11779@MindBender.serv.net>
In-Reply-To: Your message of Thu, 08 May 97 17:04:22 -0700. <9705090004.AA23420@chad.anasazi.com> 

next in thread | previous in thread | raw e-mail | index | archive | help

>I'm looking for help on something that's probably obvious...
>Some of our developers are working on a set of C++ class libraries.
>I gave them a login on one of our FreeBSD 2.1.7 boxes so they could try
>to build and test using g++.  I got back a quick note saying that we
>were missing the "Standard Template Library".  I admit to knowing almost
>nothing about c++, but I puttered around on the Free Software
[...]

I don't know about GCC's implementation, but just in general, STL is
one of the hottest things in the C++ world right now.  It's a whole
bunch of complex container classes created as templates, so you can
automagically contain just about anything.  Even includes some really
sophisticated btree-ish stuff (based on a red/black tree).

I would suspect you'd probably need the very latest GCC to get
competant support for STL.  You may need to fetch and build it
yourself.  (Once again speaking as someone who hasn't investigated how
much of it comes with FreeBSD or NetBSD, but suspecting that if they
had it at all, it would be an older version.)

-----------------------------------------------------------------------------
  Michael L. VanLoon                           michaelv@MindBender.serv.net
        --<  Free your mind and your machine -- NetBSD free un*x  >--
    NetBSD working ports: 386+PC, Mac 68k, Amiga, Atari 68k, HP300, Sun3,
        Sun4/4c/4m, DEC MIPS, DEC Alpha, PC532, VAX, MVME68k, arm32...
    NetBSD ports in progress: PICA, others...
-----------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705090632.XAA11779>