$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] lexical problem
From: Igor R (boost.lists_at_[hidden])
Date: 2009-09-15 08:36:05
> So how can i only take the "50" without the other characters?
std::string datos(buf.data(), 2);