0

I want to code a program in C++ that takes screenshots and saves them. Can you suggest any sources to refer to?

jaja
  • 1
  • possible duplicate of [What is the best way to take screenshots of a Window with C++ in Windows?](http://stackoverflow.com/questions/531684/what-is-the-best-way-to-take-screenshots-of-a-window-with-c-in-windows) – Kirill V. Lyadvinsky May 31 '11 at 04:32

1 Answers1

1

I've seen several applications of this nature. Don't forget to include your platform.

http://www.rohitab.com/discuss/topic/22809-screenshot-c/
Screenshots in X11

Several things pop up instantly from Google =]

Community
  • 1
  • 1
ultifinitus
  • 1,813
  • 2
  • 19
  • 32