A Windows Application in C++ for printing text in a banner form (Inspired by Linux Banner).
The banner program on Unix and Unix-like operating systems outputs a large ASCII art version of the text that is supplied to it as its program arguments. One use of the command is to create highly visible separator pages for print jobs.
- Download the TextBanner.cpp file
- RUN the code in any cpp compiler
- That's it!
For more details on banner? Please visit : https://en.wikipedia.org/wiki/Banner_(Unix)


