I am completely new to programming. I have no idea how to compile & run a simple C program in Sublime Text 2.
(In college I was asked to use Turbo C++ 3.0 but I
You need to install the C++ compiler,
I use mingw. Once that is installed the c:/mingw and you have added it to the computers environment path it should start compiling.
I use this version of mingw as it includes Boost. http://nuwen.net/mingw.html