Related articles |
---|
Symbols in library. atandin@free.fr (2003-07-31) |
Re: Symbols in library. v.Abazarov@attAbi.com (Victor Bazarov) (2003-08-04) |
Re: Symbols in library. artiegold@austin.rr.com (Artie Gold) (2003-08-04) |
Re: Symbols in library. alfps@start.no (2003-08-10) |
Re: Symbols in library. atandin@free.fr (2003-08-20) |
Re: Symbols in library. kamalp@acm.org (2003-08-23) |
Re: Symbols in library. vbdis@aol.com (2003-08-23) |
Re: Symbols in library. david.thompson1@worldnet.att.net (Dave Thompson) (2003-09-01) |
From: | Artie Gold <artiegold@austin.rr.com> |
Newsgroups: | comp.compilers,comp.lang.c++ |
Date: | 4 Aug 2003 00:03:59 -0400 |
Organization: | Road Runner - Texas |
References: | 03-07-214 |
Keywords: | C++, linker |
Posted-Date: | 04 Aug 2003 00:03:59 EDT |
Torbak wrote:
> I got some question about symbols in libraries ...
[posting from c.l.c++]
Standard C++ is silent on libraries, except to say that the standard
library exists and what it contains. Anything past that is a
platform/implementation issue.
> Does somebody know how I can get a good documentation about library
> files ?
Since library implementation is platform specific, platform
documentation is the way to go. <OT>For general info, John Levine's
"Linkers and Loaders" would be a good place to start.</OT>
HTH,
--ag
--
Artie Gold -- Austin, Texas
[Thanks, but he will indeed also need info on his particular platform.
-John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.