Thread: graphical programs

  1. #1
    Registered User Micko's Avatar
    Join Date
    Nov 2003
    Posts
    715

    graphical programs

    Does anyone know good links to sites where can I learn how to use graphics.h and conio.h with some simple examples of menus etc...

  2. #2
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    http://www.digitalmars.com/rtl/conio.html
    try google next time. Finding this site took seven seconds.

  3. #3
    Registered User
    Join Date
    Jun 2005
    Posts
    9
    I was going to start a new thread for this, but i'm glad that someone is talking about this. I am disgusted at the lack of documentation on the use of conio.h to create console graphics. However, I must say that I am not expert on the matter.
    http://www.cpcug.org/user/clemenzi/t...Console_IO.htm
    This webpage shows some of the functions of conio.h involved in creating console graphics.
    the rest should be quite self explanatory. Simply add a few loops to read and write from the console....creat one static display and one non-static display....loop....form into readable arrays.....bla bla...hehe.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Recommend upgrade path for C programs
    By emanresu in forum C Programming
    Replies: 3
    Last Post: 11-22-2007, 07:32 AM
  2. Newbie question: pointers, other program's memory
    By xxxxme in forum C++ Programming
    Replies: 23
    Last Post: 11-25-2006, 01:00 PM
  3. Reroute where programs write to
    By willc0de4food in forum C Programming
    Replies: 7
    Last Post: 09-21-2005, 04:48 PM
  4. POSIX/DOS programs?
    By nickname_changed in forum C++ Programming
    Replies: 1
    Last Post: 02-28-2003, 05:42 AM
  5. executing c++ programs on the web
    By gulti01 in forum C++ Programming
    Replies: 4
    Last Post: 08-12-2002, 03:12 AM