Ashok Gautham

Results 1 issues of Ashok Gautham

back-link: ch02/index.html#console-application ``` forever { // test for empty string 'QString("")' if(line.isEmpty()) { continue; } // test for null string 'String()' if(line.isNull()) { break; } } ``` should in reality...