How do you copy/paste from the clipboard in C++?

后端 未结 5 1855
情话喂你
情话喂你 2020-12-03 07:30

I\'m still a C++ newbie who has only recently learned some file manipulation. I looked it up online and the codes given are way beyond my current skill. Is there a simple wa

5条回答
  •  -上瘾入骨i
    2020-12-03 08:23

    If you are looking for a simle way to do this : simulate the keyboard combination ctrl + v and you are done with it. On all platforms.

提交回复
热议问题