Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

I AM EXPERT PROGRAMMER

Name: Anonymous 2007-09-04 16:39 ID:3WYXdxoh

using System;

public class Nigger
{
    public string NiggerName;
    public static int NiggerCount;

    public Nigger()
    {
        NiggerName = "nameless nigger";
        NiggerCount++;

        Console.WriteLine("New nameless nigger made!");
        Console.WriteLine("Current nigger population: " + NiggerCount);
    }

    public Nigger(string Name)
    {
        NiggerName = Name;
        NiggerCount++;

        Console.WriteLine("New nigger named " + NiggerName + " made!");
        Console.WriteLine("Current nigger population: " + NiggerCount);
    }

    ~Nigger()
    {
        Console.WriteLine("One less nigger in the world!");
    }

    /* Niggers' main method of acquiring goods */
    public void Steal(string stolenobject)
    {
        if(stolenobject == "bike")
            Console.WriteLine("Nigga stole my bike!");
        else
            Console.WriteLine("I hope " + NiggerName + " likes his new " + stolenobject + "!");
    }

    public void Eat(string food)
    {
        /* We get to be racist here and assume it's fried chicken or watermelon, disregarding
           what it really is */
        Console.WriteLine("I hope " + NiggerName + " is enjoying his fried chicken or watermelon!");
    }
}

class NiggerDemo
{
    public static void Main()
    {
        Nigger darkie1 = new Nigger();
        Nigger darkie2 = new Nigger("Jerome");

        darkie1.Steal("fried chicken");
        darkie2.Steal("bike");
        darkie1.Eat("watermelon");
        darkie2.Steal("playstation");

        Console.Read();
    }
}

Name: Anonymous 2007-09-04 18:16 ID:Heaven

public static int NiggerCount;

Fail for no threadsafe management of static vars.

Name: Anonymous 2007-09-04 22:05 ID:lcSiMuIT

is dat sum C#?

Name: Anonymous 2007-09-04 23:19 ID:Heaven

C# fucking sucks.

Name: Anonymous 2007-09-04 23:47 ID:fyUMpHGC

>>4
enjoy your (((((((((((worthless(languages))))))))))))

Name: Anonymous 2007-09-05 0:04 ID:oT0zfxUv

>>5

Enjoy bending over

Name: Anonymous 2007-09-05 14:13 ID:WAfmOUdR

>>1
Lol, win.

Name: Anonymous 2007-09-05 15:22 ID:nHNnOWOE

GO BACK TO MAKING GAMES IN XNA AND SUCKING MICROSOFT OFF FAG

Name: Anonymous 2011-11-10 11:24

old thread is old

Don't change these.
Name: Email:
Entire Thread Thread List