Ctrl + C = ?

Apr 10, 2011 at 8:53pm
Hi everybody.

Is there a way to see-out what I've copied earlier?

For example:

The code should look something like this:
1
2
3
string CopiedText;
GetCopiedText(CopiedText);
cout << "You have copied: " << CopiedText;


I copy this text by making it active and then pressing Ctrl + C:
Hello

And my console sees-out:
You have copied: Hello


Any help is appreciated.
Apr 10, 2011 at 9:05pm
closed account (3hM2Nwbp)
You can read all about it here:

http://msdn.microsoft.com/en-us/library/ff468801%28v=vs.85%29.aspx
Apr 11, 2011 at 8:20am
Sweet! Many thanks!
Topic archived. No new replies allowed.