Thread: Is learning how to program in mode 13h still worth it?

  1. #1
    Registered User
    Join Date
    Jul 2010
    Posts
    55

    Is learning how to program in mode 13h still worth it?

    It's DOS graphics in general, not just mode 13h

    I'm taking a computer graphics class , there's a class that's given in DOS graphics using C and the Turbo C++ compiler (don't ask me why) and another which is given in flash..

    I've heard programming in dos graphics is outdated is it true? and which one do you think is the best option?
    Last edited by thefeedinghand; 08-01-2010 at 10:07 PM.

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    Not really. The only real application for that is like console gaming, do you want to know that? A modern framework is as much an example of computer graphics and how they work.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Only applies to the modern idea of locking a surface and writing to it. The width is now the pitch of the buffer. Width is in bytes in 320x200 but b/c each pixel is 1 byte the pitch appears to be the same as the screen width. Pitch is actually given in bytes and must be converted to 'texels' to get the correct address.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Adding a scroll bar in a text mode program
    By Wolf` in forum C Programming
    Replies: 15
    Last Post: 07-05-2010, 07:09 PM
  2. Client-server system with input from separate program
    By robot-ic in forum Networking/Device Communication
    Replies: 3
    Last Post: 01-16-2009, 03:30 PM
  3. Learning C++, needing help with a program
    By Wilfenite in forum C++ Programming
    Replies: 1
    Last Post: 06-19-2008, 09:39 AM
  4. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM
  5. problem going into mode 13h
    By ArseMan in forum C++ Programming
    Replies: 5
    Last Post: 08-31-2001, 04:53 PM