$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost ASIO - Client Request TCP Help..!!
From: james (james_at_[hidden])
Date: 2013-10-11 15:58:11
On 11/10/2013 19:03, Rahul Mathur wrote:
> YES, I tried with ":tcp::socket::send(boost::asio::buffer((void *)pf,
> sizeof(pf)))" but it didn't worked.
Can you be specific about what didn't work? Compile-time or runtime?
I'm pretty sure you'll find it is not asking you for the size of the
pointer, but for the amount of data pointed at.