cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
textmode()
textmode()
Jul 29, 2008 at 7:47pm UTC
botman
(3)
Hello! I want to know where is function textmode() in DEV-C++ compiler? Thank you previous!
Last edited on
Jul 31, 2008 at 5:02am UTC
Jul 29, 2008 at 8:34pm UTC
Duthomhas
(13282)
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.