Source Code
robo.h - http://pastie.org/3698136
main.cpp - http://pastie.org/3698145
functions.cpp - http://pastie.org/3698148
Glitches
When ever i try to create more than 2 instances of the class Robots the program will compile but crash
it is crashing during construction right after the first while loop, i would think it was the validMove function but i don't see any errors.