Hello!
How can we make a copy-paste by using standard C or C++ libraries?
This program should read a string , and paste it to an application that we want. This application can be notepad , wordpad , explorer .
Thanks in advance.
You can't.
Cut/Copy/Paste are environment specific operations. There is no common way to do it.