-
Notifications
You must be signed in to change notification settings - Fork 0
1.02
tpyssysa edited this page Feb 28, 2018
·
22 revisions
Explanation of the contents of a topic page @ Week 1 Topic 1
Objectives: Adding, iterating, manipulating data in some containers
Comment: Instead of "in some containers" I would use "in item containers"
- What are Containers?
- What are the Container classes?
Comment: * What are assignable types?
Comment: * How to iterate containers efficiently? (for-range loop + Java-like iterators)
Comment: * Qt algorithms are mostly depicted, so perhaps * How to use algorithms in container manipulation?
!NB: The doc.qt.io Container page is pretty exhaustive. We may not need much more than a shorter introductory presentation here.