[protobuf] CodedInputStream on top of sockets

2010-11-02 Thread Jesper
I'm trying to implement the writeDelimitedTo/parseDelimitedFrom methods in C++, but getting stuck on how to create a CodedInputStream on top of a socket in a portable manner. Can CodedInputStream work with windows sockets as well? -- You received this message because you are subscribed to the

Re: [protobuf] CodedInputStream on top of sockets

2010-11-02 Thread Evan Jones
On Nov 2, 2010, at 10:37 , Jesper wrote: I'm trying to implement the writeDelimitedTo/parseDelimitedFrom methods in C++, but getting stuck on how to create a CodedInputStream on top of a socket in a portable manner. Can CodedInputStream work with windows sockets as well? You can certainly make