Most of my experience with C++ and C comes from classes I've taken. I have done thousands of lines of code in C++, but I've selected some of the best as examples.
This is a Template header file for a k-way MergeSort function:
This code sample is in C, communicating with an Arduino board to do a simple up and down counter on an LCD screen:
Python
This is a sample from my work for the USC Autonomous Underwater Vehicle team. I taught myself Python to write an algorithm that allows the submarine to detect objects underwater and direct itself towards them. I modified the idea of a blob detection algorithm I learned from class. All of the code below is my own.
Matlab
Some samples of some probability and calculus work I've done in Matlab. This was my own random number generator: