stream-operators
problem with QDataStream & QDataStream::operator>> ( char *& s )
QFile msnLogFile(item->data(Qt:开发者_如何转开发:UserRole).toString()); QDataStream logDataStream;[详细]
2022-12-28 08:29 分类:问答What's the right way to overload the stream operators << >> for my class?
I\'m a bit confused about how to overload the stream operators for my class in C++, since it seems they are functions on the stream classes, not on my class.What\'s the normal way to do this?At the mo[详细]
2022-12-21 23:29 分类:问答