Printing in Borland C++

How can I print open gl graphics using borland C++. Can any one help me in this.

You can take a screenshot of your scene using glDrawPixels(). How you print it has nothing to do with OpenGL, so it should not be discussed here. Try searching MSDN to find the relevant Win32 API functions for printing bitmaps.

– Tom