PDA

View Full Version : I hear that...


Apoch003
11-01-02, 01:50 PM
you get brainwashed in this forum is that tru.... must kill the boy...must kill the boy...

Apoch003
11-01-02, 07:42 PM
WOW!!! loooooooooooooooots of posters in THIS forum! :P

Simian
11-01-02, 08:00 PM
shhhh!

Ambience
11-01-02, 08:03 PM
We're being quiet in hopes that you'll go away. :D

Tachyon
11-01-02, 10:27 PM
1st SPam in the new section of the forum!!!
SPAM

WedgieMan
11-01-02, 11:36 PM
Originally posted by Apoch003
WOW!!! loooooooooooooooots of posters in THIS forum! :P

At least it's about 50000% more interesting than the anime forum! :P

Finn
11-02-02, 07:01 AM
Originally posted by WedgieMan


At least it's about 50000% more interesting than the anime forum! :P

that'd be 50,000.000023% (i'm storing as a float...)

FluxCapacitor
11-03-02, 07:48 PM
Originally posted by Finn


that'd be 50,000.000023% (i'm storing as a float...)

murder("Finn");

scottg26
11-05-02, 06:00 PM
Originally posted by FluxCapacitor


murder("Finn");

if i don't know anything about C then
begin
kill everyone
end
else
begin
delphi rocks
end

Simian
11-05-02, 07:08 PM
ermm.. lol here's a sample of a program i had to do for class in C lol..

//Prog10d.c #define by CoolDude365
//Created Oct.30/2002
//This program finds the volume and surface
//of a rectangle.

#include<stdio.h>

main()
{
//Declaration Section
int intLength, intWidth, intHeight;
int intVolume, intSurfaceArea;

//Input Section
clrscr();
printf("\t\t Volume and Surface area of a Rectangle\n");
printf("\t\t ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n");
printf("Please enter the length of a rectangle.\n");
scanf(" %d", &intLength);
printf("Please enter the width of a rectangle.\n");
scanf(" %d", &intWidth);
printf("Please enter the height of a rectangle.\n");
scanf(" %d", &intHeight);

//Calculation Section
intVolume = intLength*intWidth*intHeight;
intSurfaceArea = 2*(intLength+intWidth+intHeight);

//Output Section
clrscr();
printf("\t\t\t\t The Results\n");
printf("\t\t\t\t ~~~~~~~~~~~\n");
printf("Surface area: %d\n", intSurfaceArea);
printf("Volume: %d\n", intVolume);

getch();
return;

}

Lollan
11-06-02, 07:48 AM
UTFS 1