Group 2 Exercises
In small groups, you should create a small presentation about one of the topics below. Your presentation should not exceed 5 minutes.
Topic 1:
Load sequenced.cpp go through the code and create a short presentation about how the program works. You should try to explain to the rest of class the class how this program works and the concept of vectors.
Topic 2:
Load maptest.cpp. Compile, run the program, also look at the comments in the code. Present in class how the program works.
Topic 3:
Load messpq.cpp Compile, run the program, also look at the comments in the code. Present in class how this program is using messaging class with < operator and how stack-like interface works with push(), pop() and top().
Topic 4:
What are iterator techniques, how is the program iterations.cpp using them?
Topic 5:
What are the main disadvantages and constraints of Generic Programming and STL