$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: me22 (me22.ca_at_[hidden])
Date: 2005-10-15 20:58:17
> The input string contains null characters. I want to use null character
> as the seperator. The following code produces only "X".
> Why "Y" and "Z" are discarded and how to fix this code?
> string str="X\0Y\0Z";
Take a closer look at that line. The tokenizer library isn't the problem.
- me22