How to Copy C++ Code from Turbo C++ Software to Notepad.
Step 1. Write your program into Turbo C++.
Step 2. Save it with the extension .cpp, as I saved it with name
EXAMPLE.CPP
Step 3. Now open C -- TURBOC3 -- BIN.
Step 4. Locate your code file.
Step 5. Open Notepad.
Step 6. Now drag your code file and put it into Notepad.
.
.
And Wow! your code is in Notepad.
So simple.