Main » 2011»June»20 » -->Paste C++ Programs from Internet
10:50 PM
-->Paste C++ Programs from Internet
We can't paste content directly into c++ and c by coping and pasting it. So here's a easy trick to do so WITHOUT ANY SOFTWARE. Just follow few easy steps:
1>>Save a file in which you wanna paste the content.
2>>Copy the content you wanna paste in program.
3>>Then go to the folder 'Bin' as in this folder that file is saved.
4>>There are two to three files of that name in that folder.
5>>Checkout the properties of those files and find out the file having type 'C++ source'.
6>>Now just open it with notepad and paste your content there and save it.
Now open that file in C++ and you will see the copied content in the program..BiNg0..!!.. ;)