
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] [OT] C/C++: Need alternative to strsep or strtok
- Date: Sun, 17 Aug 2003 16:24:45 +0200
- From: David Oftedal <david@example.com>
- Subject: [tlug] [OT] C/C++: Need alternative to strsep or strtok
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030731
I'm trying to parse this korean dictionary called engdic into the EDICT
format (Discarding the metadata for now) in order to be able to use it
with gjiten2. However, I fell into the trap of trying to use strtok or
strsep in order to parse the lines into individual fields, instead of
writing my own functions. I've got them to stop segfaulting, but they
still don't work. So I'm giving up on those.
Is there a C++ equivalent of strsep / strtok that actually works?
-Dave Oftedal
--
http://home.no.net/david/
Home |
Main Index |
Thread Index