Files:
- tutorial.proto - ProtoBuf definition of the serialized structure
- tutorial.pb.cpp - auto-generated corresponding C++ structure and ProtoBuf encoder/decoder for it
- main.cpp - sample client code that encodes message, decodes it back and checks equality of the original and the decoded message