Re: parsing a char* using strtok

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



hi paul,
i understand this is the expected behavior for strtok..
how can i do the parsing without strtok()?
any examples?
regards

.



Relevant Pages

  • Re: array of structures
    ... strtok() is pretty archaism:) don't you think so? ... With best regards, Roman Mashak. ...
    (comp.lang.c)
  • Re: strtok in cygwin, Segmentation fault
    ... your attention to another possible issue. ... but strtok() won't quite do this. ... no parsing in strtok, no notion of context: ... more context, strtokis not the right tool. ...
    (comp.unix.programmer)
  • RE: Workbooks.OpenText dropping last char from input
    ... parsing into col U and V was correct; 027 in col U and X in col V ... Regards, ... John ... Prev by Date: ...
    (microsoft.public.excel.programming)
  • Re: linking error with : reads c compiler from rigel
    ... Use fgets() followed by strtok() or by "manual" parsing. ... likely to behave better in the face of format errors than scanf(). ... Explicit parsing will likely also have a smaller code footprint. ...
    (comp.arch.embedded)
  • Alternative to strtok?
    ... Is there a more elegant way of parsing a delimited string in C++ other than ... Strtok seems crude, tho it certainly works. ...
    (microsoft.public.vc.language)