Programming Challenge 7


Description

Explore auto and perfect forwarding. First, find a failure case or an odd case where auto type deduction fails or does not work as you might expect.

Separately, practice using perfect forwarding by writing a class that logs operations performed on a map data structure (insertion, lookup, and removal). Provide a simple test for this class.

Details


General Instructions, Turning in assignments, and Grading

General Instructions

Turn in Instructions

Each assignment will be turned in through GitHub classroom. Please find the link to create a repository at the top of this page, or through this link. Assignments are due BEFORE, let me repeat, before class starts. This does not mean five minutes after class starts.

Points