English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

1 answers

The C language standards do not directly include any facilities to do this, as this is a very platform dependant operation. Like all functions that aren't "possible" in ANSI Standard C, the compiler makers usually bridge the gap one way or the other. In Borland Turbo C and Turbo C++ compilers, for instance, they had a library called graphics that allowed you to do just this under a DOS environment. You will have to determine the facility available in your compiler and environment that will accomplish this for you most easily. Searching out documentation on such things is part of being a programmer. This should put you on the right track, though I leave the exact path for you to find.

2006-08-01 04:13:22 · answer #1 · answered by Anonymous · 0 0

fedest.com, questions and answers