Ctrl + C = ?

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.
closed account (3hM2Nwbp)
You can read all about it here:

http://msdn.microsoft.com/en-us/library/ff468801%28v=vs.85%29.aspx
Sweet! Many thanks!
Topic archived. No new replies allowed.