>>36
i suppose when you're so much of a 1337 anti-conformist faggot who never read his K&R you have no way to learn about null termination.
enjoy your horribly inefficient, buggy code, you pathetic excuse for a progragrammer, you.
>>42
Yes.
If you want to learn C and not be a horrible horrible failure like Mr Void you read K&R. This is well established and there is no way around it.
Books often provide the best way to learn a language, providing much more depth and detail than tutorial websites and just guessing.
Sadly, FV doesn't believe in reading books; this causes him to not understand even the most basic language concepts, and, subsequently fail at all his C programming efforts.
What happened to your infinite compression program, FV? Oh, right! You couldn't get it to work because "gcc is buggy".
doh ho ho, how pathetic
Name:
Anonymous2009-07-28 21:21
>>36
Oh, Christ.
Now I understand why he doesn't beautify his code. It's so anyone unmotivated enough won't see how much he fails.
Seriously, how long have you been writing C? This is on the level of "a few weeks".
private static final long serialVersionUID = 1L;
Image PWNAGE;
Image one;
Image two;
Graphics bg;
Image screen;
Dimension dim;
Font goodFont = new Font("Helvetica", Font.PLAIN, 22);
public void init() {
setBackground(new Color(0).white);
setSize(1280, 1024);
dim = getSize();
screen = createImage(dim.width, dim.height);
bg = screen.getGraphics();
addMouseListener(this);
one = getImage(getDocumentBase(),JOptionPane.showInputDialog(null, "Type in first image file name."));
two = getImage(getDocumentBase(),JOptionPane.showInputDialog(null, "Type in second image file name."));
try {
PWNAGE = makeColorTransparent(two, new Color(0).blue);
}
catch(Exception e) {}
}
public static Image makeColorTransparent(Image im, final Color color) {
ImageFilter filter = new RGBImageFilter() {
public final int filterRGB(int x, int y, int rgb) {
return 0xBDFFFFFF & rgb;
}
};
ImageProducer ip = new FilteredImageSource(im.getSource(), filter);
return Toolkit.getDefaultToolkit().createImage(ip);
}
}
Name:
Anonymous2009-07-28 21:47
>>46
I am NOT downloading eclipse to see if this works. You win an enterprize GAY SEX PARTNER