16 Ways to Stack a Cat, by Bjarne Stroustrup. Presented by Jane Prusakova
Details
http://www.stroustrup.com/stack_cat.pdf
Programming languages are designed to solve real problems. C++ was designed to represent days structures and the operations that act upon them. See the thought process that went into the design of the language by exploring a common days structure, the stack.
Come explore 16 ways to solve this problem in C++, from the man who designed the language, presented by one of his students. This is a pragmatic look into data structures, language design, and problem solving.
