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: Ralf Fassel
Subject: Re: Reading source code of string library implementation in GNU C++
Date: Tue, 11 Jan 2005 13:25:36 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux)

* rakesh_usenet@yahoo.com
| > /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.

Check the accompanying .tcc files.  In my 3.4.1 installation, the
implementation of string.find_first_of() is in
include/c++/3.4.1/bits/basic_string.tcc

HTH
R'
PS. `grep' comes handy when searching stuff like that.

reply via email to

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