First open your c++ IDE. after that create a new project and put these codes inside.
#include
#include
#include
#include
using namespace MatrixC;
int main()
{
system("color 0a");
srand(time(0));
char random_char = ((rand() % 127));
...
Home » Posts filed under matrix
How To : Matrix on C# Console
hello all , after a long time i am back to write , so today i am gonna teach you to create a matrix screen on c# console , its pretty easy so lets begin making it , open your visual c# 2008/2010 and select console application and name it whatever you...