[protobuf] "Inheritance" and Optimization with protobuf

2015-10-15 Thread Gkn Knc
Hi everyone, I think that protobuf is very cool and would like to use inheritance with it, but I know that there's not inheritance in protobuf. Note : I use proto2 and I already know that there is "extensions" from proto2, *but I don't want to use it* because it will be deprecated for proto3.

[protobuf] [Dependencies] Never had so much difficulties to integrate a library (protobuf) in my life (C++ / Qt / Windows)

2015-10-18 Thread Gkn Knc
Hi, I have decided to use protobuf because it looked like cool and well documented, I've learned almost everything from it (past almost 4 days on Google's tutorials), but now I begin to regret my choice. First of all those are my tools : * My implementation language : C++ * Operating System : W

Re: [protobuf] [Dependencies] Never had so much difficulties to integrate a library (protobuf) in my life (C++ / Qt / Windows)

2015-10-19 Thread Gkn Knc
I know C++ since 8 years, so it's not related with my C++ knowledge but the lack of Google's documentation for the integration part. "*Include path of the protobuf include folder (this folder contains the google directory)*" => I have already downloaded the source code and done this part. "*The