Hi!
I'm parsing integers from a QTextStream:
textstream >> x >> y ;
How can I check everything for correctness?
does not work.Qt Code:
if( ! (textstream >> x >> y)) { //... }To copy to clipboard, switch view to plain text mode
Thanks in Advance
Olli
Bookmarks