CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2008
    Posts
    10

    Book for learning Graphics prgrming ...

    Hi,

    I want to learn graphics programming in c++ .I don't kniw anything in graphics programming .I want to learn it

    I know c and c++

    Which is the best book that starts from NEWBIE level to MASTERING level .

    Thanks

  2. #2
    Join Date
    Mar 2008
    Posts
    15

    Re: Book for learning Graphics prgrming ...

    It mainly depends on what do you mean by "graphics programming" and what platform you are using:
    for "normal" interfaces under GNU/Linux I suggest you to use wxWidgets, in which case "Cross-Platform GUI Programming with wxWidgets" is a must (and you can freely download it from the net).
    However Google is your friend, just type "graphic programming" and there will be several resources available...
    Hope this helps.
    Roberto

  3. #3
    Join Date
    Nov 2007
    Posts
    129

    Smile Re: Book for learning Graphics prgrming ...

    Well, for graphics programming in Windows in C++, I would have to recommend either Programming Windows by Charles Petzold or Windows Graphics Programming by Feng Yuan.
    The latter is slightly more difficult to can your hands on.

    I hope this helps.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured