Graphics in c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashwini1680
    New Member
    • Sep 2007
    • 23

    Graphics in c++

    I want to do a project in c++.
    For giving good look to projecti want to use graphics.but i don't know anything abt it.Suggestme some good books which includes the basic fundas.Or send me sample code .I have used graphics in c a littlebit.Or is there any othe option for graphics?
  • kaioshin00
    New Member
    • Nov 2006
    • 46

    #2
    openGL is good for graphics ...

    Documentation here: http://www.glprogramming.com/red/

    Comment

    • ashwini1680
      New Member
      • Sep 2007
      • 23

      #3
      pls send details of opengl.idon't know what is it?

      Comment

      • Cucumber
        New Member
        • Sep 2007
        • 90

        #4
        How good do you need the graphics to look like?

        Win32 has a basic graphics set of 2D functions known as the GDI.

        If you need to do 3D and/or hardware accelerated graphics then OpenGL or DirectX is the way to go.

        Comment

        • maher5
          New Member
          • Oct 2007
          • 7

          #5
          there is this( The Official Guide to Learning OpenGL, Version 1.1 ) free online.
          u might wonna check it.

          http://www.glprogrammi ng.com/red/

          maher.

          Comment

          • maher5
            New Member
            • Oct 2007
            • 7

            #6
            sorry didn't notice it was already posted.

            Comment

            Working...