how to compile

I have just started graphics programming .
TO compile / use openGL will I just have to download different libraries i.e. glut.h
anp put them in “c:/tc/include” directory ?

or what else .

See NeHe site for starting.
http://nehe.gamedev.net/

Look in your include directory for the GL directory and if present see what files are in it. It seems like you are confusing header files and library files.

I guess tc is Turbo C++ from Borland?
If your compiler is too old can you download the free Borland compiler instead.