Thread: VGA in c++

  1. #1
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401

    VGA in c++

    im sure everyone is familiar with the old mode 13 graphics (320*200*256). i have all that stuff working in turbo c 2.01, but when i tried moving it to ms visual c++, i didn't work.
    the errors which occurred were basically because the include files were not the same between c and c++.

    does anyone know which files to #include and what functions to call for graphics in c++?
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  2. #2
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    OpenGL/DirectX?
    what does signature stand for?

  3. #3
    Registered User rmullen3's Avatar
    Join Date
    Nov 2001
    Posts
    330
    Use a graphics library... or go straight to the hardware with using inline assembly...

    You can include assembly code in C++ source by using the asm {} or __asm {} tags.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. VGA to TV
    By psychopath in forum Tech Board
    Replies: 6
    Last Post: 01-05-2008, 08:18 PM
  2. Patch not working for Police Quest 1 VGA
    By sean in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 08-05-2004, 08:01 AM
  3. Small VGA unit for DOS games
    By VirtualAce in forum Game Programming
    Replies: 1
    Last Post: 10-17-2003, 12:08 AM
  4. Dev-C++ VGA mode problems...
    By Ace Bowers in forum C++ Programming
    Replies: 9
    Last Post: 07-17-2003, 09:39 AM
  5. VGA Programming
    By JoshG in forum Game Programming
    Replies: 1
    Last Post: 08-01-2002, 04:14 PM