Thread: Graphics.h How to get started....

  1. #1
    Registered User
    Join Date
    Mar 2010
    Location
    pkr
    Posts
    32

    Graphics.h How to get started....

    I want to get deep inside to Graphics in C. Where to start from which books are best to begin graphics with and also how far can we go with graphics

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    DirectX or OpenGL. Take your pick.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #3
    Registered User
    Join Date
    Mar 2010
    Location
    pkr
    Posts
    32
    After a thorough study of the two thing I will be choosing to go with OpenGL I loved it open standard and cross platform thing...

    Lets get started into it

  4. #4
    Registered User UltraKing227's Avatar
    Join Date
    Jan 2010
    Location
    USA, New york
    Posts
    123
    here are two good books i used for teaching myself OpenGL:

    Beginning OpenGL Game Programming
    OpenGL SuperBible

    and you did good to pick OpenGL.

  5. #5
    Registered User
    Join Date
    Mar 2010
    Location
    pkr
    Posts
    32
    Just bought Addison Wesley OpenGL programming language guide 7th edition Hope it will help too

  6. #6
    Registered User UltraKing227's Avatar
    Join Date
    Jan 2010
    Location
    USA, New york
    Posts
    123
    as far as i know, one of my friend also has that book. and as i know, it
    teaches good but yet requires some basic understanding.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help getting started..matrices
    By BobDole11 in forum C Programming
    Replies: 7
    Last Post: 11-15-2008, 09:51 PM
  2. Help getting started :(
    By blackocellaris in forum C Programming
    Replies: 4
    Last Post: 11-05-2006, 06:50 PM
  3. Getting Started
    By UnclePunker in forum Game Programming
    Replies: 3
    Last Post: 04-11-2003, 12:34 PM
  4. How to get started?
    By anoopks in forum Linux Programming
    Replies: 0
    Last Post: 01-14-2003, 03:48 AM
  5. Need help getting started
    By Unregistered in forum C++ Programming
    Replies: 4
    Last Post: 09-02-2001, 11:08 PM