I'm working with a file that was created using protocol buffers. the application that writes these files was written in c++. I put in a request to the 3rd party that created this software to get the file definition/spec and I was given the c++ code/header file. (not the entire application) I'm having some trouble understanding the structure defined in the code (i'm c++ rusty) so I was thinking that if there was a way to recreate the c++ code using a protofile I'd have the generated example code to go along with it. The original author doesn't seem to know anything about a protofile which makes me wonder how it was all created in the first place.
I figure I can either: Try to untangle this confusion without a protofile, or Figure out how to create the protofile from the code I was given. Can someone shed some advice on this? Thank you -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
