Hi,

Can I expect that values returned by QFile::size() and QTextStream::pos() are equal when stream at end?

Or pos() of text stream can be smaller then size of file because, for example, text stream uses 2 bytes for each character?

Do I understand right that QTextStream::skipWhiteSpace() skips '_' and '*' too?

"bool QChar::isSpace() const
Returns true if the character is a separator character (Separator_* categories or certain code points from Other_Control category); otherwise returns false."

Thank you.

--
Best Regards,
Igor Mironchik.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to