21 Feb
2013
21 Feb
'13
11:34 a.m.
On 21 February 2013 11:23, Gabriel Bizzotto
class Item { virtual void Decode(istream& Stream) = 0; }
class Double : public Item class String : public Item
class EmployeePacket { std::vector
- Items; ...
Maybe boost::any will do better here ?
And for parsing, Boost.Spirit. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net