Thread: Basic Graphics programming in C, please help

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    1

    Basic Graphics programming in C, please help

    I have a simple question. I'm new the the C programming language, but i understand the concepts of programming and how things work, i just need to memorize the basic syntax of C to get going effeciently. Anyway, I'm wondering if anyone could give me some basic code that pastes bitmap images onto a window at any given location. I'm looking to peice together many images to create landscape for a basic Ai idea im trying to work with. If you could help me out i'd greatly appreciate it.

  2. #2
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790
    you may not like this suggestion: learn C better. Get a firm grasp of C before attempting to do anything with graphics, or you will be screwed before long(like me, I am learning all sorts of new thing about templates and function pointers, which I skipped learning on through over eagerness to begin graphics and missed out on alot of easier ways to implement things). If you have an AI idea, implement it in ascii.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Ewwwwww. Templates are hideous.



  4. #4
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    basic code that pastes bitmap images onto a window
    I love oxymorons

    Sorry man, I'd recommend you do that memorizing NOW instead of later. It'll come back and bite you if you don't do it beforehand.
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beginning Game Programming Type Books
    By bumfluff in forum Game Programming
    Replies: 36
    Last Post: 09-13-2006, 04:15 PM
  2. [ANN] New script engine (Basic sintax)
    By MKTMK in forum C++ Programming
    Replies: 1
    Last Post: 11-01-2005, 10:28 AM
  3. Basic Graphics Tutorials ?
    By Syme in forum Game Programming
    Replies: 2
    Last Post: 12-07-2001, 09:00 PM
  4. basic graphics!!! I'm stressing here!!!
    By CumQuaT in forum C++ Programming
    Replies: 5
    Last Post: 09-17-2001, 11:26 AM