$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Using boost interprocess file_lock.timed_lock
From: cc caprani (cc.caprani_at_[hidden])
Date: 2011-07-28 09:53:54
On Mon, Jul 25, 2011 at 5:41 PM, Bill Moo <cppsysdev_at_[hidden]> wrote:
>
>     for (int o = 0; o < 48; o++)
>     {
>      os << "Write my data here....." ;
>      for (int i = 0; i < 51)
>      {
>       os << i ; // But if I output this simple line and I get a 1 byte file
> and NO errors or exceptions!
>      }
>     }
>
i isn't incremented. What is o supposed to do?
Colin