Thread: Graphic Programming?

  1. #1
    Unregistered
    Guest

    Graphic Programming?

    my friend is a CS major, i also have been doing programming for some years (made a UO server back in the day..) now we are trynig to recreate the game "tankwars" but we really have NO idea how to do graphics in C++

    PLEASE give us some advice on where to start.. we downloaded allegro today and have been reading thru that. is C++ the language to use? should we use DOS or windows? we got the scource code for some old funky game but could not understand how it drew to the screen (and didn't want to spend hours figureing it out)

    so let me know where to start, what functions to use or where a good tutorial is, i glanced at the graphics programming tutorial son the main page, but it said it was a joke to do it that way... so how should we do it!?

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    194
    Look into using allegro with DOS or Windows.
    I would personally go with windows, but using allegro makes porting code is easy.
    C or C++ would be the way to go.
    What languages do you already know? Im sure your CS major friend should know C++
    check out www.allegro.cc or search on www.google.com for allegro

  3. #3
    Seņor Member
    Join Date
    Jan 2002
    Posts
    560
    OpenGL would be a good idea too. www.opengl.org

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 01-05-2009, 07:56 AM
  2. Pen-based application using graphic tablet ( c++)
    By aznimah in forum C++ Programming
    Replies: 1
    Last Post: 01-03-2009, 07:20 AM
  3. Graphic problems with Dual Core processors
    By BrownB in forum Tech Board
    Replies: 3
    Last Post: 11-07-2006, 05:10 AM
  4. Someone take my graphic.
    By Cheeze-It in forum Game Programming
    Replies: 0
    Last Post: 03-15-2003, 05:43 AM
  5. graphic library creation
    By bob5845 in forum C++ Programming
    Replies: 1
    Last Post: 04-05-2002, 12:30 AM