`

protobuf 笔记

 
阅读更多
c++ 官方文档: https://developers.google.com/protocol-buffers/docs/cpptutorial
下载地址: https://github.com/google/protobuf

使用三步骤:
1. Define message formats in a .proto file.
2. Use the protocol buffer compiler. (编译器: protoc.exe)
3. Use the C++ protocol buffer API to write and read messages.
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics