101 reasons that HS, Tvspels, and I are better than you.

Random irrelevance that just didn't fit into other forums. Talk about anything.

Moderator: Talkative People

Post Reply
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

101 reasons that HS, Tvspels, and I are better than you.

Post by Falco Girgis »

Code: Select all

#include <stdio.h>

int main() {
    int i = 0;

    do {
        printf("J00 r t3h sux.\n");
        printf("We r t3h r0x.\n");
        i++;
     } while (i <= 100);

    return 0;
}
Tvspelsfreak
Chaos Rift Junior
Chaos Rift Junior
Posts: 272
Joined: Wed Sep 29, 2004 5:53 pm
Favorite Gaming Platforms: NES, SNES
Programming Language of Choice: C/C++
Location: Umeå, Sweden
Contact:

Post by Tvspelsfreak »

:guffaw:
User avatar
Orgodemirk
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 784
Joined: Fri May 21, 2004 7:05 pm
Location: <pos>
Contact:

Post by Orgodemirk »

LOL!!!!!!!!!!!!!!!!!11 :guffaw: just so you can look at it---> :boobies:
A glitch?
Image
DJ Yoshi
Game Developer
Game Developer
Posts: 1021
Joined: Wed Mar 02, 2005 9:12 pm
Location: Madison, AL

Post by DJ Yoshi »

1 reason why I'm better than you

Code: Select all

#include<iostream>
using namespace std;

class Yosh{
	private:
		int age;
		int daysofoss;
		char name[100];
		char reasonboned[100];
	public:
		Yosh():age(17),daysofoss(3){strcpy(name,"Chris Bowman aka, The Bowman");strcpy(reasonboned,"Mr. Wilson is the gaysauce");}
		int get_age(){return age;}
		char * get_name(){return name;}
		int get_daysofoss(){return daysofoss;}
		char * get_reasonboned(){return reasonboned;}
};

class Gyro{
	private:
		int age;
		int daysofiss;
		char reasonboned[100];
	public:
		Gyro():age(15),daysofiss(2){strcpy(reasonboned,"That Tech Lady was retarded");}
		int get_age(){return age;}
		int get_daysofiss(){return daysofiss;}
		char * get_reasonboned(){return reasonboned;}
};

int main(void){
    Yosh Yoshi;
    Gyro GyroV;
	if(Yoshi.get_daysofoss()>GyroV.get_daysofiss()){
		cout<<"Yosh got boned because "<<Yoshi.get_reasonboned()<<"\n";
		cout<<"Gyro got boned because "<<GyroV.get_reasonboned()<<"\n";
        }
	cout<<"Yosh > Gyro though because he got "<<Yoshi.get_daysofoss()<<" days of OSS for his crimes, while Gyro got "<<GyroV.get_daysofiss()<<" days of ISS for his crimes.\n";
	cout<<"\n\nYosh wins\n";
	system("PAUSE");
	return 0;
}
There is no signature.
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Post by Falco Girgis »

O_O

Wow... Okay, you really do deserve special recognition for that... damn, you're even using get/set methods with your classes. Mine has been pwnt...

but that's hilarious.

:guffaw:
User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

Post by JS Lemming »

I was disgusted by the fact that Gyro used Do While...
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
DJ Yoshi
Game Developer
Game Developer
Posts: 1021
Joined: Wed Mar 02, 2005 9:12 pm
Location: Madison, AL

Post by DJ Yoshi »

Don't be dissin the Do-While!
There is no signature.
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Post by Falco Girgis »

He's hatin' on post-test loops! Shame on you!
User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

Post by JS Lemming »

Do while should be burned at the stake. While just looks so much crisper.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Post by MarauderIIC »

Cept do is guaranteed to work at least once. Anyway! That's 202 reasons, not 101. Since each iteration prints one reason you are better and one reason others are worse (therefore why you are better). Needs to be <=50.

.... :)
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Post by Falco Girgis »

Ah shizasnitcubdablugerginburger.

Dammit.

Anyway, because of that, MarauderIIC and DJ Yoshi are on the "better than you lists" (for future reference)
Post Reply