Simple auto type is a code snippet for typing automatically in c++ programs. Use as you want. If you use this code you take all responsibility for it.
NOTE: ONLY ALPHABETS AND NUMBERS WORK. SLASHES(/) AND OTHERS WILL NOT WORK.
Copy the code from main.cpp to your code and call it like this:
type("Hello World");
- Add support for characters like /|& etc.
Pull requests are welcome for improving the code as this was just an quick code i made.