meh. Anyway, to help find out why this program won't run for so many people:
//mooey.exe
//main source file
#include <iostream>
using namespace std;
int main( void )
{
char answer[256];
char quit[32];
cout << "moo key>";
cin >> answer;
if(answer[0]=='A'&&answer[1]=='B')
{
cout << "wheet! \n";
} else {
cout << "wheet2! \n";
}
if(answer[0]=='D'&&answer[1]=='E')
{
cout << "nyearm?? \n";
}
cout << "enter anything to exit>";
cin >> quit;
return 1;
}
Anyone see something wrong with that?
Remember those old guys? They made epic renders, I think one of them was called DaVinci, and all they used was MS Paint. Sometimes it's just skill....