Skip to content

A simple utility that allows you to paste code anywhere (Made for use with Turbo C++)

Notifications You must be signed in to change notification settings

Welding-Torch/Paste-Anywhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

ezgif-5-6c8d706b03

Paste Anywhere

A simple utility that allows you to paste code into TurboCPP.

About

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

Why Paste_Anywhere

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.

How to Use

  1. Run Paste_Anywhere.exe (It will run in the background)
  2. Open VSCode and type your code in it.
  3. Copy your code by selecting all of it with Ctrl+A and copy it using Ctrl+C.
  4. Open Turbo C++.
  5. ✨Paste your code using Ctrl+Shift+V.

Made By Siddharth Bhatia (1)


How it Works

Paste Anywhere works by simulating keystrokes. That is, it appears to the computer that you are manually typing in the information.

Ctrl+C -> Ctrl+Shift+V

About

A simple utility that allows you to paste code anywhere (Made for use with Turbo C++)

Resources

Stars

Watchers

Forks

Packages

No packages published