Re: g++ and substring extraction

2001-07-10 Thread German Tischler
On Tue, Jul 10, 2001 at 12:41:55PM +0200, Volker Sturm wrote: > Hi, > I am using g++ 2.95.3 on 4.3-STABLE. I want to do some string operations > in one > of my functions. The manual for g++ says that there are member functions > like > somestring.before(i); or > somestring.at(0, i); Did you try t

g++ and substring extraction

2001-07-10 Thread Volker Sturm
Hi, I am using g++ 2.95.3 on 4.3-STABLE. I want to do some string operations in one of my functions. The manual for g++ says that there are member functions like somestring.before(i); or somestring.at(0, i); Problem is that the compiler complains that these member functions don't exist. It only re