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
Printable View
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
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
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.