Hi Oliver, Avro already comes with a C++ API. It's not complete ASFAIK, but at the very least you have schema handling, reader/writers and code generation as well.
http://avro.apache.org/docs/current/api/cpp/html/ /d On Sat, Oct 2, 2010 at 12:53 PM, Oliver Schulz <[email protected]> wrote: > Hello, > > just a quick question: Is C++ support planned for > reading and writing AVRO data files? > Or is there already an experimental C++ implementation > available somewhere? > > > Cheers, > > Oliver >
