Hi,

There is a minor error in documentation. I do not find any report error box 
to report the same. Any work around for the same. 
Though the mistake is silly, just wanted to know the procedure for future.
BTW, 
Here is the error. 


https://developers.google.com/protocol-buffers/docs/cpptutorial

The Protocol Buffer API

Let's look at some of the generated code and see what classes and functions 
the compiler has created for you. If you look in tutorial.pb.h, you can see 
that you have a class for each message you specified in tutorial.proto. 
Looking closer at the Person class, you can see that the complier has 
generated accessors for each field. For example, for the name, id, email, 
and phone fields, you have these methods:

The file name is wrong. It should have been addressbook.pb.h not 
tutorial.pb.h

Thanks,
Gundapi C.A.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to