Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   World Record Thread (http://zelaron.com/forum/forumdisplay.php?f=253)
-   -   World Record Thread (http://zelaron.com/forum/showthread.php?t=27916)

Randuin 2002-04-30 10:56 PM

just keep the spam in one thread so we can get this thread extra long :)

Randuin 2002-05-01 12:18 AM

respam

Randuin 2002-05-01 12:18 AM

respam

Randuin 2002-05-01 12:29 AM

respam1

Randuin 2002-05-01 12:29 AM

respam1

Randuin 2002-05-01 12:30 AM

respam2

Randuin 2002-05-01 12:30 AM

respam2

Randuin 2002-05-01 12:30 AM

respam3

Randuin 2002-05-01 12:30 AM

respam3

Chruser 2002-05-01 04:41 AM

Le spam du spammer

Chruser 2002-05-01 04:41 AM

Le spam du spammer

Chruser 2002-05-01 04:42 AM

#include <iostream.h>
#include <conio.h>

//Returns the factorial of n
int Factorial(int n) {
//Loop variable
int i;
int Result;

//Initialize the result
Result = 1;

//Now multiply by 1 .. n
for (i = 1; i < n; i++)
Result *= i;

return Result;
}

void main() {
int n;

//Get a value
cout << "Welcome to the oh-so-leet Grandfather price calculator" << endl;
cout << "How many Grandfathers are you planning on selling?" << endl;
cin >> n;

//Print the factorial
cout << Factorial(n);

//Now pause until user hits a key
cout << "\nYou would obviously get $" << Factorial(n) << " dollars out of that Ebay sale" << endl;
cout << "Remember that Chruser owns you" << endl;
while (!kbhit());
}

Chruser 2002-05-01 04:42 AM

#include <iostream.h>
#include <conio.h>

//Returns the factorial of n
int Factorial(int n) {
//Loop variable
int i;
int Result;

//Initialize the result
Result = 1;

//Now multiply by 1 .. n
for (i = 1; i < n; i++)
Result *= i;

return Result;
}

void main() {
int n;

//Get a value
cout << "Welcome to the oh-so-leet Grandfather price calculator" << endl;
cout << "How many Grandfathers are you planning on selling?" << endl;
cin >> n;

//Print the factorial
cout << Factorial(n);

//Now pause until user hits a key
cout << "\nYou would obviously get $" << Factorial(n) << " dollars out of that Ebay sale" << endl;
cout << "Remember that Chruser owns you" << endl;
while (!kbhit());
}

Chruser 2002-05-01 04:42 AM

Download the program here:
http://hem.passagen.se/chruser99/Calculative.exe

Chruser 2002-05-01 04:42 AM

Download the program here:
http://hem.passagen.se/chruser99/Calculative.exe

Chruser 2002-05-01 04:43 AM

Oops, copy and paste :/

Chruser 2002-05-01 04:43 AM

Oops, copy and paste :/

EvilSteven 2002-05-01 04:43 AM

i like tea with ice cream :flipper: :flipper:

EvilSteven 2002-05-01 04:43 AM

i like tea with ice cream :flipper: :flipper:

Mr.Lee 2002-05-01 05:22 AM

i like ice cream


All times are GMT -6. The time now is 09:24 PM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.