textmode()

Hello! I want to know where is function textmode() in DEV-C++ compiler? Thank you previous!
Last edited on
There isn't one.

<graphics.h> is an old Borland Turbo C library, and only comes/works with the old Turbo C, 16-bit DOS compilers.

You have three options:

1. Use WinBGIm (recommended)
http://codecutter.org/tools/winbgim/

2. Use the Win32 API functions:
http://msdn.microsoft.com/en-us/library/ms682073(VS.85).aspx

3. Use Turbo C.

Good luck!
Topic archived. No new replies allowed.