openGL & Turbo C

hi,
is it possible to develope an openGL application by using Turbo C under DOS? if yes, anyone knows where i can find some working code samples?

thank you

Well,
Opengl libraries are not available for Turbo C. Look under the Include directory of any C/C++ compiler- If u find a GL subdirectory, then That compiler provides libraries for Opengl.
Borland C++ does however provide this support.

You could check out www.mesa3d.org (a free OpenGL implementation) they have/had a DOS port but I havent looked at it for a while.

But beware its all done in software so dont expect it to be fast.