Thread: simple graphic programing

  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    3

    Arrow simple graphic programing

    Hi all

    Can any one tell me any good resourses for using simple sprites in c++ as i am writing a simple game for a project at college and i need 2 use simple dos based graphics

    any help would be appreciated

    thanx,

    matt

  2. #2
    Registered User
    Join Date
    Dec 2002
    Posts
    3
    sorry, should have said....im using mode 13H

    this will be my first graphical program, so any basic info would be great

    cheers

    matt

  3. #3
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  4. #4
    Registered User
    Join Date
    Dec 2002
    Posts
    3
    thanx a lot for the link, i will have a look at it lata wen i have time.

    thanx again

    matt

  5. #5
    what course are you taking? computer history? Why do you have to use 13h? Is it just to learn how to interact with hardware, or are your teachers really behind on technology?

  6. #6
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    hey hey hey....dont u go dissing 13h...i love 13h...its awesome..
    My Website

    "Circular logic is good because it is."

  7. #7
    In your face... ha ha ha Liger86's Avatar
    Join Date
    Dec 2002
    Location
    Motorcity Capital
    Posts
    321
    what is 13h???????????????????????????????????

    my brain database doesn't cary that term!
    From Ukraine with love!

    Internationally known – widely respected

    - Digitally yourz -

  8. #8
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    13H is 2d graphic mode used on for example the SNES
    Correct me if i'm wrong

  9. #9
    In your face... ha ha ha Liger86's Avatar
    Join Date
    Dec 2002
    Location
    Motorcity Capital
    Posts
    321
    Originally posted by Travis Dane
    13H is 2d graphic mode used on for example the SNES
    Correct me if i'm wrong
    Nope, no spelling errors here, but you supposed to spell i'm with capital letter I!
    From Ukraine with love!

    Internationally known – widely respected

    - Digitally yourz -

  10. #10
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Originally posted by Travis Dane
    13H is 2d graphic mode used on for example the SNES
    Correct me if i'm wrong
    I don't know about that, but mode 13 is a simple graphics mode (320x200x8, it doesn't even have the ratio 4:3). It is called mode 13 since you set register AX to 13 when calling the interupt to enter it.
    Since the SNES doesn't use the same processor as a PC, I doubt the SNES use it. Could be wrong though...
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  11. #11
    it may have a graphics mode you have to set to 13, but I doubt if it is the same res (320x200x8).

    I used to use 13h and I hated it. That is what I used b4 Allegro.

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