Re: Which C++ STL manual package in Debian

2009-04-24 Thread Lorenzo Bettini
Daniel Burrows wrote: On Fri, Apr 24, 2009 at 10:38:04AM +0200, Lorenzo Bettini was heard to say: ll /usr/share/doc/libstdc++6-4.3-doc/libstdc++/html/ total 132 -rw-r--r-- 1 root root 4045 2008-04-11 00:53 api.html -rw-r--r-- 1 root root 1862 2008-02-12 03:39 bk02.html -rw-r--r-- 1 root root

Re: Which C++ STL manual package in Debian

2009-04-24 Thread Daniel Burrows
On Fri, Apr 24, 2009 at 10:38:04AM +0200, Lorenzo Bettini was heard to say: > ll /usr/share/doc/libstdc++6-4.3-doc/libstdc++/html/ > total 132 > -rw-r--r-- 1 root root 4045 2008-04-11 00:53 api.html > -rw-r--r-- 1 root root 1862 2008-02-12 03:39 bk02.html > -rw-r--r-- 1 root root 1821 2008-02-

Re: Which C++ STL manual package in Debian

2009-04-24 Thread Lorenzo Bettini
Daniel Burrows wrote: On Wed, Apr 22, 2009 at 08:23:55PM +0200, Lorenzo Bettini was heard to say: Daniel Burrows wrote: Manpages for STL classes are under the STL class name; e.g., try "man std::string". No, I meant doxygen documentation for the apis of C++ library...

Re: Which C++ STL manual package in Debian

2009-04-23 Thread Daniel Burrows
On Wed, Apr 22, 2009 at 08:23:55PM +0200, Lorenzo Bettini was heard to say: > Daniel Burrows wrote: >> Manpages for STL classes are under the STL class name; e.g., try >> "man std::string". >> > > No, I meant doxygen documentation for the apis of C++ lib

Re: Which C++ STL manual package in Debian

2009-04-22 Thread Lorenzo Bettini
Daniel Burrows wrote: On Tue, Apr 21, 2009 at 05:54:56PM +0200, Lorenzo Bettini was heard to say: Eugene V. Lyubimkin wrote: hce wrote: Hi, I installed stl-manual in Debian, but it is HTML format, I cannot see from the man. Is there a STL manaual package in Debian I can use the man to

Re: Which C++ STL manual package in Debian

2009-04-21 Thread Daniel Burrows
On Tue, Apr 21, 2009 at 05:54:56PM +0200, Lorenzo Bettini was heard to say: > Eugene V. Lyubimkin wrote: >> hce wrote: >>> Hi, >>> >>> I installed stl-manual in Debian, but it is HTML format, I cannot see >>> from the man. Is there a STL manaual packa

Re: Which C++ STL manual package in Debian

2009-04-21 Thread Lorenzo Bettini
Eugene V. Lyubimkin wrote: hce wrote: Hi, I installed stl-manual in Debian, but it is HTML format, I cannot see from the man. Is there a STL manaual package in Debian I can use the man to display it? ii stl-manual 3.30-6 C++-STL documentation in HTML Yes. Man pages are in the

Re: Which C++ STL manual package in Debian

2009-04-21 Thread Lorenzo Bettini
Eugene V. Lyubimkin wrote: hce wrote: Hi, I installed stl-manual in Debian, but it is HTML format, I cannot see from the man. Is there a STL manaual package in Debian I can use the man to display it? ii stl-manual 3.30-6 C++-STL documentation in HTML Yes. Man pages are in the

Re: Which C++ STL manual package in Debian

2008-08-23 Thread Eugene V. Lyubimkin
hce wrote: > Hi, > > I installed stl-manual in Debian, but it is HTML format, I cannot see > from the man. Is there a STL manaual package in Debian I can use the > man to display it? > > ii stl-manual 3.30-6 C++-STL documentation in HTML > > Yes. Ma

Re: Which C++ STL manual package in Debian

2008-08-20 Thread Chris Burkhardt
hce wrote: > Hi, > > I installed stl-manual in Debian, but it is HTML format, I cannot see > from the man. Is there a STL manaual package in Debian I can use the > man to display it? > > ii stl-manual 3.30-6 C++-STL documentation in HTML I can't find an

Which C++ STL manual package in Debian

2008-08-20 Thread hce
Hi, I installed stl-manual in Debian, but it is HTML format, I cannot see from the man. Is there a STL manaual package in Debian I can use the man to display it? ii stl-manual 3.30-6 C++-STL documentation in HTML -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: SWIG, STL, Python: std_common.i:9: Error: Syntax error in input(1).

2008-03-20 Thread Joost Witteveen
> [EMAIL PROTECTED]:~/ar$ swig -python example.i > /usr/share/swig1.3/python/std_common.i:9: Error: Syntax error in input(1). At least when giving the -c++ argument to swig it works better: [EMAIL PROTECTED]:~/ar$ swig -python -c++ example.i doesn't look ideal (should accept same arguments for

SWIG, STL, Python: std_common.i:9: Error: Syntax error in input(1).

2008-03-19 Thread Joost Witteveen
I try the SWIG STL vector example from: http://www.swig.org/Doc1.3/Library.html#Library_nn15 calling swig seems to work for all languages, except for python (the one I want): [EMAIL PROTECTED]:~/ar$ swig -python example.i /usr/share/swig1.3/python/std_common.i:9: Error: Syntax error in input(1

Re: gdb Q.: where do we stand regarding STL debugging?

2008-03-11 Thread Daniel Burrows
On Tue, Mar 11, 2008 at 12:35:46AM -0400, "H.S." <[EMAIL PROTECTED]> was heard to say: > Just wanted to see if somebody could share some information about where > we are regarding debugging programs which use STL. > > For example, I am not sure how I can p

gdb Q.: where do we stand regarding STL debugging?

2008-03-10 Thread H.S.
Hi, Just wanted to see if somebody could share some information about where we are regarding debugging programs which use STL. For example, I am not sure how I can print out the values of a two dimensional vector (vector of a vector) in gdb. Printing out dynamically allocated memory works

g++ 4 and segfaults with STL

2005-08-13 Thread Lorenzo Bettini
Hi today I did an apt-get upgrade and found that g++ now points to g++-4 $ g++ --version g++ (GCC) 4.0.1 (Debian 4.0.1-2) I compiled my programs with this new version (they make use of stl) and found that these programs segfaults (e.g., when iterating over a list). should I upgrade also the

Re: man stl?

2000-10-17 Thread Eric G . Miller
On Tue, Oct 17, 2000 at 01:24:04AM -0400, Jonathan Lupa wrote: > Is there a man package for stdC++/STL? > > Something like ~$ man std::map::operator[] ? > > I find myself having to keep open a web browser to SGI's docs. Those SGI docs are available as a *.deb for local

man stl?

2000-10-17 Thread Jonathan Lupa
Is there a man package for stdC++/STL? Something like ~$ man std::map::operator[] ? I find myself having to keep open a web browser to SGI's docs. Thanks! -Jonathan -- [EMAIL PROTECTED] GPG public key available from http://lupavista.jamdata.net/gp

Friend Template Errors in STL Containers

2000-05-15 Thread smeger
Howdy, list! When I try to compile code using STL containers whose headers contain friend template declarations, I get a compile-time error. The code that triggers this problem is an instantiation of any STL container whose header file has friend templates. For example, the code map theMap

Re: STL ?

2000-02-05 Thread J.H.M. Dassen \(Ray\)
On Fri, Feb 04, 2000 at 10:31:35 -0500, Patrick Dahiroc wrote: >is the STL built into gcc 2.9.x and/or egcs It's part of the same source; you can find it in the accompanying libstdc++ development package. HTH, Ray -- Tevens ben ik van mening dat Nederland overdekt dient te worden.

STL ?

2000-02-04 Thread Patrick Dahiroc
all - is the STL built into gcc 2.9.x and/or egcs  or do i have to download it from SGI's website?  if it's in gcc or egcs which is better to use? thanks --  Patrick Dahiroc E-OIR Measurements Inc. TEL: 703-704-2856  

Re: STL

1997-04-29 Thread David B. Teague
On Mon, 28 Apr 1997, Clint Adams wrote: > > #include > > #include > > etc. > Isn't this HP's STL rather than GNU's? In point of fact, many of the files are unchanged HP implementations. Many are also of completel

Re: STL

1997-04-28 Thread Rob Browning
Clint Adams <[EMAIL PROTECTED]> writes: > Yes, but the copyright at the top of vector.h is HP's. Well, the version in Debian is the only g++ STL I know of. It's quite possible that GNU based it on the HP code. -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the wo

Re: STL

1997-04-28 Thread Clint Adams
> Well, the version in Debian is the only g++ STL I know of. It's quite > possible that GNU based it on the HP code. I consider the genclass prototypes as an STL even though the compiler isn't responsible for the templating. Anyway, I suppose it's not really relevant. I&

Re: STL

1997-04-28 Thread Maarten Boekhold
On Mon, 28 Apr 1997, Clint Adams wrote: > > I couldn't find any include files... where are they? > > (I know nothing about stl). > > They're in /usr/include/g++ > > For container classes, you'll need to use /usr/bin/genclass But that's not STL..

Re: STL

1997-04-28 Thread Oleg Krivosheev
s it? > > what do you mean you couldn't find it? > > Any error messages? > > Works well for me > > I couldn't find any include files... where are they? > (I know nothing about stl). > #include or #include should do the job. GNU STL implementation is

Re: STL

1997-04-28 Thread Clint Adams
> // -*- C++ -*- forwarding header. > // This file is part of the GNU ANSI C++ Library. > > #ifndef __VECTOR__ > #define __VECTOR__ > #include > #endif Yes, but the copyright at the top of vector.h is HP's. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAI

Re: STL

1997-04-28 Thread Rob Browning
Clint Adams <[EMAIL PROTECTED]> writes: > > #include > > #include > > 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 pro

Re: STL

1997-04-28 Thread Clint Adams
> #include > #include > etc. Isn't this HP's STL rather than GNU's? -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: STL

1997-04-28 Thread Nicolás Lichtmaier
On Mon, 28 Apr 1997, Jason Gunthorpe wrote: > > I'd like to use/test the Standard Template Library. A GCC faq says that > > it's included in libg++, but I couldn't find it? Where is it? > Try /usr/include/g++. You can just include stl headers with a normal >

Re: STL

1997-04-28 Thread Jason Gunthorpe
On Mon, 28 Apr 1997, [iso-8859-1] Nicolás Lichtmaier wrote: > > I'd like to use/test the Standard Template Library. A GCC faq says that > it's included in libg++, but I couldn't find it? Where is it? Try /usr/include/g++. You can just include stl headers with a normal

Re: STL

1997-04-28 Thread Rob Browning
Clint Adams <[EMAIL PROTECTED]> writes: > > I couldn't find any include files... where are they? > > (I know nothing about stl). > > They're in /usr/include/g++ > > For container classes, you'll need to use /usr/bin/genclass > > See th

Re: STL

1997-04-28 Thread Nicolás Lichtmaier
On Mon, 28 Apr 1997, Clint Adams wrote: > They're in /usr/include/g++ > For container classes, you'll need to use /usr/bin/genclass I saw that.. But genclass seems to be an ugly replacement for templates.. I want templates..! =) -- Nicolás Lichtmaier.- [EMAIL PROTECTED] -- TO UNSUBSCRIBE FRO

Re: STL

1997-04-28 Thread Clint Adams
> I couldn't find any include files... where are they? > (I know nothing about stl). They're in /usr/include/g++ For container classes, you'll need to use /usr/bin/genclass See the Info documentation for libg++. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the

Re: STL

1997-04-28 Thread Nicolás Lichtmaier
; Works well for me I couldn't find any include files... where are they? (I know nothing about stl). -- Nicolás Lichtmaier.- [EMAIL PROTECTED] -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: STL

1997-04-28 Thread Oleg Krivosheev
Hi On Mon, 28 Apr 1997, [iso-8859-1] Nicolás Lichtmaier wrote: > > I'd like to use/test the Standard Template Library. A GCC faq says that > it's included in libg++, but I couldn't find it? Where is it? what do you mean you couldn't find it? Any error messages? Works well for me OK -- TO

STL

1997-04-28 Thread Nicolás Lichtmaier
I'd like to use/test the Standard Template Library. A GCC faq says that it's included in libg++, but I couldn't find it? Where is it? -- Nicolás Lichtmaier.- [EMAIL PROTECTED] -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [E