C/C++ Programming

Progamming using C/C++

C/C++ Experience

C/C++ is a relatively new language for me. I learned it a year ago and use a Linux Virtual Machine to do my programming. This also taught me more about using the command line.

Simulation

Predators and Prey

I made a program to simulate the actions, deaths and births of predator and prey objects on a 2 dimensional grid given a begining configuration and with the ability to return the state after a given number of timesteps. Results differed because of the random aspect.

Path Finding

Robot Maze Path Finding

This program takes in an input of maze information, start location and end location, then does a breadth first search to pathfind and returns the stortest path one command at a time.

Debugging

Working for DOBI Medical International

Summer 2017 I was working for DOBI Medical International debugging their breast cancer detection program. This was not in C/C++ but rather in Visual C, and though they were different I used my knowledge from C/C++ to debug.