/simple-auto-type

Simple auto type in C++

Primary LanguageC++

Simple Auto Type

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.

Installation & Usage

Copy the code from main.cpp to your code and call it like this:

type("Hello World");

Todo:

  • Add support for characters like /|& etc.

Contributing

Pull requests are welcome for improving the code as this was just an quick code i made.