Thread: Graphics In C (BGI)

  1. #1
    Code Warrior
    Join Date
    Nov 2001
    Posts
    669

    Graphics In C (BGI)

    Hi!

    Anybody knows where can I get good graphics tutorial for C in BGI mode?

    Thanx in advance.
    Current projects:
    1) User Interface Development Kit (C++)
    2) HTML SDK (C++)
    3) Classes (C++)
    4) INI Editor (Delphi)

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    http://www.google.com
    I went there and after about 5 seconds came up with several thousand pages on the subject. At least try to find what you want before asking, you'd be surprised at what you'll find that we don't know about.

    -Prelude
    My best code is written with the delete key.

  3. #3
    Code Warrior
    Join Date
    Nov 2001
    Posts
    669
    I looked almost everything and I discovered that those examples for studying are not good. If anyone knows for some good e-books about graphics in C (BGI), please write me down a link.

    I was looking on Google but no success.
    Current projects:
    1) User Interface Development Kit (C++)
    2) HTML SDK (C++)
    3) Classes (C++)
    4) INI Editor (Delphi)

  4. #4
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Probably the reason there are not many good sites on BGI graphics programming is because most people dumped it when they realized it was way too slow. Go to www.brackeen.com for a much better way.

  5. #5
    Code Warrior
    Join Date
    Nov 2001
    Posts
    669
    This page is good for VGA graphics not for BGI. I need e-book on the BGI graphics.

    Can anyone help?
    Current projects:
    1) User Interface Development Kit (C++)
    2) HTML SDK (C++)
    3) Classes (C++)
    4) INI Editor (Delphi)

  6. #6
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    It is good for VGA graphics. Why do you have to use BGI? It is very slow and not set up for fast graphics. If you want higher res than VGA mode 13h then use VESA functions.

  7. #7
    Code Warrior
    Join Date
    Nov 2001
    Posts
    669
    I just want to learn BGI graphics and when I do I'll create an arcanoid like game.
    Current projects:
    1) User Interface Development Kit (C++)
    2) HTML SDK (C++)
    3) Classes (C++)
    4) INI Editor (Delphi)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem with BGI graphics: Linker Error
    By darklord1984 in forum C++ Programming
    Replies: 9
    Last Post: 11-10-2007, 11:16 AM
  2. A question about the old BGI graphics libary
    By p3t3r1 in forum C Programming
    Replies: 0
    Last Post: 04-30-2006, 11:19 AM
  3. BGI Graphics in Windows API
    By AtomRiot in forum Windows Programming
    Replies: 1
    Last Post: 07-29-2003, 05:32 PM
  4. BGI Error: Graphics not initialized (use 'initgraph');
    By Jasin14 in forum C Programming
    Replies: 4
    Last Post: 10-02-2002, 12:58 PM
  5. BGI Graphics
    By drdroid in forum C++ Programming
    Replies: 14
    Last Post: 06-03-2002, 02:07 PM