Re: [protobuf] Why Protocol Buffer(protobuf )is not in C program

2016-10-20 Thread 'Adam Cozzette' via Protocol Buffers
We don't support C (just C++) in the main protobuf implementation, and I believe this is mostly because there has not been a lot of interest in a C implementation. However, there are some other implementations out there that support C--for example, you might want to look at upb

Re: [protobuf] Inheriting protobuf messages

2016-10-20 Thread Saurabh Kumar
Understood but this is not what I wanted in the first place. Does someone has any idea about what makes it difficult to implement this? Also, is there a clever way to have the same behaviour? Basically, here I want to avoid copy pasting same fields over and over again (makes code less