how to copy and paste in turbo c++ from google

Harsh soni
Aug 14, 2022

--

coding

what kind of programmer you are if you don’t copy-paste code from google 😂

but the problem is in turbo c++ you can’t paste code from google.

but I have a Solution.

Here’s how you can do it

  1. Open Turbo C++

2. Create a file and save it with your desired name

3. Close Turbo

4. Find the directory of Turbo in your pc example:- C:\TC\BIN

5. Now find the file you saved earlier in turbo

6. Right Click on it and open it with Notepad

7. Now you can paste your code into that notepad file and save it

8. open your turbo

9. open that file

voilà!!

if you didn’t understand you can watch this

--

--