Pop this into C++ for ultimate Console ASCII Cats!
/*~~~~~~~ ASCII CATS ~~~~~~~~
Longcat for Visual Studio 2005 C++
USE ON A WINDOWS MACHINE
- otherwise you FAIL
~~~~~~~~ /ASCII CATS ~~~~~~~*/
#include <iostream> //Includes input/output library
using namespace std; //Removes need for std:: all the time
int length = 0;
void Longcat();
void Tacgnol();
int main() //Main Function - required
{
system("COLOR 9F");
int master = 0;
cout << "Copypasta /r/ who is your master!\n";
//Mid-section
for( int c = 0 ; c <= length ; c++) //For loop - will output the mid-section of Longcat for as many units as stated by the user
{
cout << " | | \n"; //Midsection to be output
}//End For Loop
//Mid-section
for( int c = 0 ; c <= length ; c++) //For loop - will output the mid-section of Longcat for as many units as stated by the user
{
cout << " | | \n"; //Midsection to be output
}//End For Loop