
10 Jul
2010
10 Jul
'10
11:42 a.m.
Hi,
I am asynchromously reading from a file. At the file read handler there is an error checking like this-
if(error==boost::asio::error::eof)
{
//do something
}
else
{
cout<