On Mon, Sep 17, 2001 at 09:40:25PM -0400, Gregor Purdy wrote: > And I'd really like to know how we can do string comparisons, even > at the C level (so we can have the comparison ops, of course)... Go through a vtable, just like for concat. Transcode, then memcmp. -- "In the face of entropy and nothingness, you kind of have to pretend it's not there if you want to keep writing good code." -- Karl Lehenbauer
- The Lost String Functions Dave Storrs
- Re: The Lost String Functions Gregor Purdy
- Simon Cozens