When I first started using protobuf in my application, I relied solely on 
http://code.google.com/apis/protocolbuffers/docs/overview.html. It's a 
great resource of documentation and provides helpful examples.

There's a cool plugin for Eclipse! You can get it at 
http://code.google.com/p/protobuf-dt/wiki/Installing.

Protoc is the protocol buffer compiler. Once you've defined your protocol 
in the .proto file, you must compile it to a language of your choice 
(Python, C++, Java) so you can begin using it in your project.

On Monday, February 13, 2012 2:38:43 PM UTC+1, Lyrya wrote:
>
> Hi All, 
>
> I don't know how to add protocol buffers library for eclipse. 
> and what is the use of protoc? 
> Is there any tutorial that can help me understanding about protocol 
> buffers? 
>
> Thank you.....

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/protobuf/-/6w52mYXzW3cJ.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to