Matrix in C++hey guys it is tut of C Matrix Screen C++ Credits: Dont Know. hope u will like it :P very useful for prank virusses :P [php]#include <windows.h> #include <iostream> #include <stdio.h> #include <stdlib.h> #include <conio.h> using namespace std; int main(int argc, char *argv[]) { int a; string array [42] = {"A","B","C","D","E","F","G","H","I","J","K","L"," M","N","O","P","Q","R","S","T","U","V","W","X","Y" ,"Z","0","1","2","3","4","5","6","7","8","9", " ", " ","?","!","#","*"}; system("TITLE The Matrix"); system("color 0A"); while(1) { Sleep(45); for(int i=0; i<27; i++) { a = rand()%42; cout << " " << array[a]; cout << " "; } cout << endl; } getch(); return 0; }[/php] Press "Thanks" if u Like it Edit: SS: (Disturbed in background XD)
Originally Posted by Toxic Waltz C++ | #include <windows.h> #includ - Anonymous - 4tzgjiNE - Pastebin.com haha ^^
Originally Posted by aLcohoL_95 [FONT="Lucida Console"][COLOR="Navy"][SIZE="3"]hey guys it is tut of it is My first program in C++ Matrix Screen C++ hope u will like it :P very useful for prank virusses :P [php] a = rand()%42; cout << " " << array[a]; cout << " "; You could use std::setw(colum size); instead of couting<<spaces EDIT: C++ | #include <windows.h> #includ - Anonymous - 4tzgjiNE - Pastebin.com << Did not see that :O
Originally Posted by TailsTehFox Unless your first program was done in May nice steal Yeah, don't post it as a tutorial if you didn't do it yourself. Well, don't even post it if you didn't do it yourself ~lilneo
lol there is a lot of tutorial like that -.- i made an advanced WB myself in VB and i found same as it on youtube lol -.-
Originally Posted by TailsTehFox Yeah. But your Code is 100% exact to the link like 4 people posted. "Tabbed WB" or "Advanced WB" search it on google or utube -.-