$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Anthony Kolarik (a.kolarik_at_[hidden])
Date: 2002-01-28 15:26:29
In order to use the tokenizer classes I end up requiring 47 files, which
seems a little steep for my purposes. All I really need is to tokenize
strings based on a couple of single char delimiters. Kind of a C++ step
above strtok() was what I had in mind.
Any ideas about how to get this functionality w/o all the headers? Thanks,
-- Tony K.