Hi, I am running a test about parsing a protocol buffer data set on two different program languages (Java and C++). The result is supposed to be identical between both of them, however, the c++ program generates some unexpected results while Java program being good. In the test, there is a field, uid, which is optional uint32. When I generate the data set, the uid will not be zero if I assigned a value to it. But in the C++ program, I see some records which have the uid value and its value is 0. It is not happened in the Java program. What is the problem?
Thanks, Congchong Liu -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/groups/opt_out.
