Jump to content

Recommended Posts

Posted

Just compile it and enjoy the falling characters on the screen.

 
#include <iostream>
#include <stdio.h>

inline int keep_window_open(){register int in; std::cin >> in;}  

int main(){

   system("COLOR 02");
   system("TITLE matrix");
   for(int i = 200; i != 0; --i){
     prinf("%d", rand()*2);
  }
  keep_window_open();

}  

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock