January 2019
Intermediate to advanced
384 pages
11h 50m
English
Working with strings is a big part of every programmer's job. Qt provides its own string implementation, but in this case the problems we had with Qt containers should not deter you from using QString—it is so much better than the std::string class. It has built-in support for Unicode and many convenient functions lacking in std::string. So, we will first have a look at how QString and its supporting classes can be used in an efficient manner.
Read now
Unlock full access