Click Here
Home Blog Gallery Links Tutorials Projects
[C++] Random Junk V2 2010-07-04 21:01
There's a new code that i created using while yesterday and today.
Quote:
#include <windows.h>
#include <iostream>
using namespace std;
void junk();
int main (int argc, char * argv[]){
srand( time(NULL) );
junk();
}
void junk(){
int size=1024;
char tmp[size];
for(int i=0; i<size; i++) tmp[i]= (char) (rand() % (127 - 32) + 32);
tmp[size]=0;
MessageBox(NULL, tmp, "Random Junk Goez Here", MB_ICONSTOP | MB_OK);
}
Compiled with C++

Add a Comment

Get Your IP Instantly
Name:
Enter the text from the image below to the text field next to it (text is case sensitive):
Captcha
Email:

Name:
Password:

Enter Captcha (Case Sensitive):
Captcha


Register
English
Lietuviškai

RSS Feed
Main Content
Animation
Carmageddon
Programming
Technology
Electronics
Gaming
Linux
Anything
Site News

Unique visit count:
1 visits on page.
750 visits on site.
Detailed Statistics
Misceleanous Content