i am new to c++ graphics.can anyone suggest a book name to study graphics for a beginner

Recommended Answers

All 2 Replies

"Graphics" is a huge category. What kind of graphics do you want to do? Windows and buttons and scrollbars? 2D picture processing? 3D animations? Video games? ASCII art?

I ask because C++ doesn't do graphics. C++ can use libraries that do graphics. Depending on what you want to do we can point you in the right direction.

If you're interested in trying graphics out you should look into SDL, its a cross platform multimedia library that works on windows, mac and linux. I've including a link to a page with some SDL tutorials.

SDL - http://libsdl.org/
Tutorial - http://lazyfoo.net/SDL_tutorials/index.php

I'm not sure what you're programming skills are like so you may or may not need to do some additional reading.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.