Thread: simple graphic (dos/consol)

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    20

    Question simple graphic (dos/consol)

    I want to write simple game(consol application) and i would like to make some graphic (color squers nothing complicated). Someone told me about graphics.h library,but now i know it's for borland turbo c++.I'm using borland c++ builder X.Can any tell me if ther is some library for this in builder x or where i can find one? Or what and where is best to search. Because i'm lookin for something for over week and i'm getting pretty bored about it.

    Any information is warmly welcome.

    I'm newbe with c++ so writing my own library or something like that doesn't count right now

  2. #2
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    Using Turbo C you could look into using DOS graphics mode 13h, google 'atrevidia games programming' (it should be the first result returned.
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. creating very simple text editor using c
    By if13121 in forum C Programming
    Replies: 9
    Last Post: 10-19-2010, 05:26 PM
  2. Simple message encryption
    By Vicious in forum C++ Programming
    Replies: 10
    Last Post: 11-07-2004, 11:48 PM
  3. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  4. Simple simple program
    By Ryback in forum C++ Programming
    Replies: 10
    Last Post: 09-09-2004, 05:48 AM
  5. Need help with simple DAQ program
    By canada-paul in forum C++ Programming
    Replies: 12
    Last Post: 03-15-2002, 08:52 AM