-
Notifications
You must be signed in to change notification settings - Fork 0
1.01
tpyssysa edited this page Feb 28, 2018
·
35 revisions
Comment: Maybe this could be more general as well: String handling and value types
Explanation of the contents of a topic page @ Week 1 Topic 1
Objective: Basic String manipulation
Comment: There is no String type in Qt, so should be written on lower-case
- What is QString?
Comment: * QString or QByteArray?
- How does std::string/c string compare to QString?
- What is QStringLiteral?
Comment: * How to compare and manipulate strings efficiently? QLatin1String, QStringRef, QStringView
- What are value types in Qt?