Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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