I managed to nuke the g++ cc c++ gcc in my /usr/bin folder on my Mac running 10.9.1. I've tried running brew install gcc-49, apple-gcc42 and downloading Xcode's Command Line tools. All three haven't worked. I've seen some sources say that gcc on OSX is just clang symlinked.
If so, are there similar symlinks to cc, g++ and c++ that I could use? Even better, is there are way to just reset my system to whatever binaries I had initially?