View Single Post
Old Nov 7th, 2006, 8:01 AM   #4
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Looks to me like part of the old Borland BGI that came with Turbo C. The functions are explained by their names: initialize the mode for graphics, set the style of fill to be used, and fill an ellipse accordingly.

The hyphens are standins for 'blah blah' or 'foobarbaz' and the like.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote