Quote Originally Posted by Kapil
For the operator errors, then i checked with the QDataStream class description and its functions... i just exactly did as per the code sample given by you.. i made no changes from my side..
I didn't say they were absolutely correct. This is really a c++ issue of either overriding a class streaming operator or providing an external function which acts as one (so you can solve it by reading a C++ tutorial or a book). If you can't handle the second approach, try the first one.