--- In [email protected], "tade" <[EMAIL PROTECTED]> wrote: > > i want a programming key for the graphics pattern in c > if u have some deep knowldge give me some clue to the > key point for the graphics using the haeder file > #include<graphics.h> > or other header files
Why on earth do you want to stick with this ancient MS-DOS based programming style? You can't use it on any other platform than MS-DOS; not even Windows is a really good MS-DOS emulator. Also, Turbo C is such an ancient compiler that it predates any standards of C and C++. Using it you will only learn things which will not work (or in the worst case not work correctly) under other operating systems and compilers. Learn C or C++, but not Turbo C/C++! Regards, Nico
