Whenever I want to copy and paste some data into an application (say a paragraph of text into a word counting application), I have to open it up in command prompt.
When I run the app by double clicking it, I get no 'right click --> paste' functions to use.

When I use command prompt I loose the debugging functions in VC++. How can I implement a copy and paste thing into my application?

Thankyou