A simple utility that allows you to paste code into TurboCPP.
Paste_Anywhere is a simple utility that allows you to paste code anywhere (Made for use with Turbo C++).
2022-04-01.21-48-34.mp4
Paste_Anywhere was made because I had to use Borland's Turbo C++ in 2022, and I wanted to write my code in a better, more featureful IDE. But I couldn't paste the code that I had written in VSCode into Turbo C++. So I made this simple program that allows me to paste code into Turbo C++ by pressing Ctrl+Shift+V.
Paste Anywhere can be used by engineering students across the country, whoever has to use Turbo C++ in their class.
- Run Paste_Anywhere.exe (It will run in the background)
- Open VSCode and type your code in it.
- Copy your code by selecting all of it with
Ctrl+A
and copy it usingCtrl+C
. - Open Turbo C++.
- ✨Paste your code using
Ctrl+Shift+V
.
Paste Anywhere works by simulating keystrokes. That is, it appears to the computer that you are manually typing in the information.