//the matrix. //...nithin #include #include #include #include #include #include #include void wakeup(); void codegen(); //char ran(); void rect(int, int, int, int); int main() { //highvideo(); //textmode(8); textcolor(2); //textattr(2+BLINK); clrscr(); randomize(); wakeup(); clrscr(); codegen(); rect(29,11,46,13); gotoxy(31,12); cout<<" SYSTEM FAILURE "; //clrscr(); //textcolor(7); getch(); return 0; } /////////////////////////////////// void wakeup() { char *a="Wake up, Neo..."; char *b="The Matrix has you... " ; char *c="Follow the white rabbit"; char *d="Knock, knock, Neo."; for(int i=0;i