$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] passing a boost.array to a c function, and boost.System
From: Sean Farrow (sean.farrow_at_[hidden])
Date: 2009-02-02 03:11:12
Hi list:
I have a c function EnumProcesses in windows, and waswondering:
1. How can I pass a boost.array to this function, I need to pass the
undedrlying array, not the boost.array class.
2. Does boost.system suppor the retrieval of operating system process in
an stl-complient way, i.e using stl containers and allowing
boost.Foreach to iterate over them.
Cheers
Sean.