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
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-
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...
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
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
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
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
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
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
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
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
> [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
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
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
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
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
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
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
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
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.
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
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
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
> 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&
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..
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
> // -*- 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
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
> #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] .
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
>
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
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
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
> 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
; 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] .
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
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
37 matches
Mail list logo