Robert Escriva

Things I wish I learned earlier

The Template Method Design Pattern

So this is a presentation I gave for the Software Design and Documentation course here at RPI. Each member of the class has been tasked with sharing a certain design pattern.

I was assigned the Template Method pattern. This pattern was familiar to me, but I did not know its name until I was tasked with preparing this presentation.

The slides basically speak for themselves, so if you're interested, take a peak. I've licensed them under CC-BY-ND as this is a class assignment, and I wish to prevent plagiarism by preventing derivatives.

Intro to g++ and gdb

I've put together a little interactive introduction to g++/gcc and gdb for a presentation given by ALAC at RPI. I hope someone out there finds this useful. I have some basic slides and an exercise written in C.

To compile the code, type gcc -o learn learn.c.

Slides are CC-BY-SA, and code is BSD. Have fun!

Copyright © 2010 Robert Escriva ¦ Powered by Firmant