CS 69191: Masters Seminar
CS 89191: Doctoral Seminar

Spring 2009


Masters Student Presentation:
Generic Programming Analysis in C++

Ryan Holeman


Fully understanding and using C++ is not a menial task. In order to solve commonly reoccurring problems and gain a better understanding of program structures, design patterns have been studied and researched for years. Most design patterns are specified in the realm of non-generic programing, but many of these paradigms can be adapted to generic structures. This study aims to correlate these models and others to the boost library through manual and automated methods.