[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: STL



Clint Adams <schizo@simons-rock.edu> writes:

> >   #include <map>
> >   #include <vector>
> >   etc.
> 
> Isn't this HP's STL rather than GNU's?

Well, I can't recall where I learned to use the names without the
.h's.  Perhaps it was the HP web docs.  I probably should include the
.h's, but GNU makes it more or less irrelevant:

>From /usr/include/g++/vector:

// -*- C++ -*- forwarding header.
// This file is part of the GNU ANSI C++ Library.

#ifndef __VECTOR__
#define __VECTOR__
#include <vector.h>
#endif       

-- 
Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: