PDA

View Full Version : clipboard in c++



MikeCyber
March 3rd, 2017, 11:08 AM
Hi
how to copy/paste from clipboard in c++?
Many thanks

spjackson
March 3rd, 2017, 12:03 PM
Which GUI library are you using? Here are a couple of portable options:


http://doc.qt.io/qt-5/qclipboard.html
http://docs.wxwidgets.org/trunk/classwx_clipboard.html

MikeCyber
March 3rd, 2017, 12:06 PM
https://github.com/bstpierre/gtk-examples/blob/master/c/clipboard_simple.c

I went with that. Thanks

MikeCyber
March 3rd, 2017, 03:52 PM
deleted