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

hurr programming

Name: Anonymous 2009-03-12 21:22

So I just found out I have an IQ of 73

I still want to learn programming though, should I even bother? I keep thinking I won't be as good as I should be at it.

What do you think /prog/?
I need answers only an anonymous board can provide.

Name: Anonymous 2009-03-13 22:05

IQ means nothing. Take for example, AmazingAthiest. He would score 75 on an IQ test but his Religious and Spiritual intelligence, as well as arguably his social intelligence are through the roof.

Name: Anonymous 2009-03-13 22:43

To be fair, OP, intelligence has very little to do with a logical mind. You can be logical and simultaneously not have a great deal of capacity for learning. You must be at least this logical to program: *stretches out arms*.

Name: Anonymous 2009-03-13 23:07

>>42
I thought the whole purpose of IQ tests was to test logical aptitude

Name: Anonymous 2009-03-13 23:17

>>1-43
Hax my anus

Name: SHINI LASER 2009-03-13 23:28

ACTUALLY IQ TESTS ARE VERY MEANINGFUL AND ALL THAT MATTERS IS THE ACCURACY BECAUSE SOME ONLINE TESTS ARE NOT ACCURATE!!!! MY IQ IS OVER 160!!!!!!!! I GOT TO MIT!!!!!!!!!!!!
I GOT A LOT OF SMARTS SEE?

Name: Anonymous 2009-03-13 23:28

>>43
If we look at programming as an art and not a science then we find that an IQ would have a very small correlation with the ability to program.

Yes a lot of programming is problem solving and that is quite strongly correlated to a persons IQ. But, when you look at higher order programming languages are they really rooted in problem solving as much as programming once was?

Name: Anonymous 2009-03-13 23:31

>>46
Toy languages are not programming

Name: Anonymous 2009-03-13 23:33

>>47
So for you only Assembly is true programming?

Name: Anonymous 2009-03-13 23:39

>>48
I think he was implying the only way it could be that a person spends more time thinking about how to artistically implement and layout their code rather than how to solve the actual problem the code is intended for would be if they are using a toy language.

Name: Anonymous 2009-03-14 1:41

>>49
Agreed, but it's the opposite type of artistry I was thinking about. I was more thinking about the final product and how someone envisioned it rather than how someone tinkered with their code.

Name: Anonymous 2009-03-14 1:42

>>43
No. There's a reason it's called intelligence quotient and not logic quotient.

Name: Anonymous 2009-03-14 3:14

>>51
So how do you define intelligence? Having a large knowledge base of facts and figures?

Name: Anonymous 2009-03-14 3:56

>>52
I'd say that what intelligence is, more than anything else, is simple pattern recognition.  Take a look at the IQ test popularized in legendary /prog/ thread http://dis.4chan.org/read/prog/1230319180 and it's pretty clear that that's what all of the questions are about.

Name: Anonymous 2009-03-14 4:05

My IQ was 112 I believe.
I don't really think the IQ system is something you should use to measure how smart you are.
There are different types of smart.
Street smarts, common sense, book smarts, etc.
Just because I payed attention in school doesn't mean I'm not an idiot in other parts of my life.

Name: Anonymous 2009-03-14 4:08

I have a gigantic penis

Name: Anonymous 2009-03-14 4:42

>>53
...is...is...
redundant clause detected

Name: Anonymous 2009-03-14 6:35

>>53
That doesn't return a definition of intelligence. It consists of a bunch of problems which by themselves are very simple. A slightly more accurate measurement of intelligence would be to utilize learning functions in addition to intuition, pattern recognition, and short-term memory. Something like giving the subject a small (fabricated) language to learn and having them answer questions afterward which test their creativity and reflexiveness when confronted with new information.

In other words, give them a chapter from SICP
Also IHBT

Name: Anonymous 2009-03-14 6:37

>>55
[citation  needed]

Name: Anonymous 2009-03-14 8:41

>>33
Why do you hate coal? Coal miners did more in their lives than you with your toy languages.

Name: Anonymous 2009-03-14 8:51

>>59
I dont think they ever made a fibonacci generator

Name: Anonymous 2009-03-14 8:54

>>59
Relax Howard Roark, it was just a joke.

Name: Anonymous 2009-03-14 10:04

>>61
It wasn't just a joke. Most computers run on coal you ungrateful bastards.

Name: Anonymous 2009-03-14 10:18

>>62
Not me. I'm using one of those newfangled gas-powered computers. Fuck you and your coal.

Name: Anonymous 2009-03-14 10:27

WRITE PROGRAM WITH LISP
IT IS LISP
LIIIIIISSSSSSSSSSSSPPPPPPP

Name: Anonymous 2009-03-14 12:40

>>52
Intelligence indicates capacity for learning more than anything else. It's the product of how much you can remember (both long and short term), how quickly you can commit these things to memory, and for how long you can maintain the memories.

For example, someone who cannot remember something for more than 10 seconds will appear to be stupid. Someone who cannot commit something to memory without 50 hours of being exposed to the same content will appear to be stupid. Someone who can only remember 5 things well will appear to be stupid.

Logic is a way of thinking and has nothing to do with your capacity for learning. Someone who is not logical at all can still be intelligent (e.g. women). Someone who is logical is not necessarily intelligent at all, they simply think in a certain way.

IHBT

Name: Anonymous 2009-03-14 12:55

>>65
Can you give an example of a woman being intelligent while not being logical?

Name: Anonymous 2009-03-14 13:24

>>66
Leah Culver

Name: Anonymous 2009-03-14 13:29

>>67
>Intelligent
>Leah Culver

I don't think so, Tim.

Name: Anonymous 2009-03-14 13:40

>>68
back to /b/, please

Name: Anonymous 2009-03-14 13:44

>>67
Ok... can you give an example of her being intelligent while not being logical?

Name: Anonymous 2009-03-14 14:03

>>66
While flustered in earnest in court, you lose half your stuff.

Name: Anonymous 2009-03-14 14:07

Online discussions about IQ and intelligence would be more fun if both sides weren't routinely wrong.

Name: Anonymous 2009-03-14 14:10

>>71
That doesn't take intelligence on a woman's part.

Name: Anonymous 2009-03-14 19:49

>>72
Online discussions about IQ and intelligence are more fun when both sides tell fanciful lies about their IQ scores. Mine's 162 by the way :-)

Name: Anonymous 2009-03-14 20:21

typedef int char_t;
typedef float int_t;
typedef char float_t;

Name: Anonymous 2009-03-14 21:20


template<int I>
void foo()
{
#pragma message("Let's see you do this in C, bitch")
    foo<I-1>();
}

template<>
void foo<0>()
{
}

int main(int argc, char* argv[])
{
    foo<1000>();
}

Name: Anonymous 2009-03-14 22:13

>>76
void foo() {
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")

Name: Anonymous 2009-03-14 22:14

#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")[/code]

Name: Anonymous 2009-03-14 22:15

#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")

Name: Anonymous 2009-03-14 22:15

#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")
#pragma message("Let's see you do this in C, bitch")

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