Wednesday, August 10, 2011

How to grab clipboard data in C++ console application?

It depends on what OS you are using. E.g. on Mac OS X you can use pbcopy/pbpaste to pipe data to/from the clipboard.

No comments:

Post a Comment