Reading & Parsing an .ini input file using BOOST... ..Thanks!!

All, I have an .ini input file which contains sample values like – --- App=| 5000 | 5001 | 0 | | | | 1BYTE | --- Starting with word (viz. App), followed by equal sign, than data within pipes (|) and blank space between two pipes ( | | ). Anything only between two pipes is to be read. I am looking to parse this input file. After parsing, assign each data to struct member type and than send this complete struct as socket. I am looking to use Boost property tree (or the needed one) and finally the ASIO to send the complete filled struct as stream. Any clue?

Below works as it reads complete data -
---
#include <iostream>
#include
On 10/22/2013 1:01 PM, Rahul Mathur wrote:
Any clue?
Here's one: you've posted to the wrong list. :) You might want to try the boost user's group.
Cheers,
Brandon
______________________________**_________________ Unsubscribe & other changes: http://lists.boost.org/** mailman/listinfo.cgi/boosthttp://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Brandon Kohn
-
Rahul Mathur