help-gplusplus
[Top][All Lists]
Advanced

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

Re: Reading source code of string library implementation in GNU C++


From: rakesh_usenet
Subject: Re: Reading source code of string library implementation in GNU C++
Date: 11 Jan 2005 01:51:27 -0800
User-agent: G2/0.2

Guy Harrison wrote:
> rakesh_usenet@yahoo.com wrote:
>
>
> g++ -v -o c c.cpp
>
> ...tells you the search paths. EG: for my system compiler (you can
have
> various gcc versions installed) I'd be looking in...
>
> /usr/include/c++/3.3/
>

I got the path, but this contains merely the headers and not the
implementation of the algorithms (say string.find_first_of etc. ) . I
am curious about the implementation details.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]