Jump to content

Which language do u know/use? -most common 65 members have voted

  1. 1. Which language do u know/use? -most common

Please sign in or register to vote in this poll.

Featured Replies

  • Replies 73
  • Views 757
  • Created
  • Last Reply

Top Posters In This Topic

  • Author
lol i dunno i saw it on some site where it said it was some sort of language...o well ill take tat one out
are u gay? :bj: <=== do u like that? is that wat u want?
dark_urza, your a fucking idiot noob who dont know how to use loops. press ctrl-alt-delete twice....now
  • Author

buddy....i know how to use loops

 

for ( variable initialization; condition; variable update )

{Code to execute while the condition is true}

 

do { THESE CODES}

while ( CONDITION );

 

while (CONDITION)

{ CODE TO EXECUTE }

 

 

i just dont find it useful to use a loop in such a small program....

Visual C++ isn't a language either, its an IDE (which is part of the Visual Studio).

Learning C++ atm

 

I love tech flame wars, reminds us of how nerdy we are o.O

  dark_urza said:
buddy....i know how to use loops

 

for ( variable initialization; condition; variable update )

{Code to execute while the condition is true}

 

do { THESE CODES}

while ( CONDITION );

 

while (CONDITION)

{ CODE TO EXECUTE }

 

 

Give him a medal

 

Btw, java represent!

  • Author

..................................................................................................................................

 

my main point is tat i only loop if the code is all different...if its not i just copy n paste it out a couple of times......if u cant use common sense i wont bother to argue.....end of discussion

so your saying

 

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

cout << "dark_urza is a fucking idiot";

 

is better than

 

for(int i = 0; i < 15; i++)

cout << "dark_urza is a fucking idiot";

 

then

 

for(int i = 0; i < 100; i++)

cout << "you are an idiot, ha ha ha ha ha, ha ha ha ha ha.";

  • Author

............r u a noob to type it all out?

 

i copy n paste...rather then write a loop.....now fuck u end of discussion

  dark_urza said:
............r u a noob to type it all out?

 

i copy n paste...rather then write a loop.....now fuck u end of discussion

 

Hahaha, you're gay :jerkit2:

  dark_urza said:
buddy....i know how to use loops

 

for ( variable initialization; condition; variable update )

{Code to execute while the condition is true}

 

do { THESE CODES}

while ( CONDITION );

 

while (CONDITION)

{ CODE TO EXECUTE }

 

 

i just dont find it useful to use a loop in such a small program....

 

Knowing the syntax of loops and knowing when to USE loops are two different things buddy. :P

 

And the fact that you added "Visual C++" , "Visual Basics", and "Visual Studio", while leaving out other REAL languages like "assembly" and "pascal" just confirms that you talk out of your ass.

  • Author
wow...asterix if u dont like the stuff i post y dont u stfu n not waste ur fucken time on a noob as u keep calling me...
  dark_urza said:
wow...asterix if u dont like the stuff i post y dont u stfu n not waste ur fucken time on a noob as u keep calling me...

 

stfu already, ,weve already exposed to fraud wannabee you are, so go slit yourself and die :puke:

  dark_urza said:
wow...asterix if u dont like the stuff i post y dont u stfu n not waste ur fucken time on a noob as u keep calling me...

Do you hear that? I think it's your English teacher crying.

 

Raged and retarded. :owned:

nice sig figgit, too bad ur to scared to say that irl :{
  dark_urza said:
............r u a noob to type it all out?

 

i copy n paste...rather then write a loop.....now fuck u end of discussion

 

It's called common sense you fucktard. Yes, I want a program that is 390857398 megs that counts from 1 to 2^31-1 opposed to a program that is 100 kb that does the same thing. Face it, loops are more effiicient than copy and pasting things. Wait... I got a better idea If you have to do other looping stuff similar to another loop used you can... *GASP!* Copy and paste the loop and still save room in your program! AMAYZERING!!!L!OALSDJK!@DRQW!

 

What's that I hear? You've been :owned:

 

shutup and die plzkthx.

 

More evidence you are full of shit...

PArt 1.

  dark_urza said:
my main point is tat i only loop if the code is all different...

 

Relitively same code dumbfuck. If you're so smart, do a bubble sort without loops asshat... Any sort for that matter... Or search! I want to see your sort or search codes without loops.

 

PART 2!

  dark_urza said:
buddy....i know how to use loops

 

for ( variable initialization; condition; variable update )

{Code to execute while the condition is true}

 

do { THESE CODES}

while ( CONDITION );

 

while (CONDITION)

{ CODE TO EXECUTE }

 

 

i just dont find it useful to use a loop in such a small program....

 

Congrats. You googled "Loop syntax." here's a cookie with cyanide on it. In case you didn't know, small programs are better than big ones that do the same fucking thing. It's called "being efficient." I refer to the search and sort problem above.

 

OMGPR3T 3!

  Quote
lol i dunno i saw it on some site where it said it was some sort of language...o well ill take tat one out

 

Nuff said...

 

Until you show me some efficient code to sort stuff without using loops, I'll take back everything I said. until then, you will be known as knobslobber, so stfu n die plzkthx.

 

dark_urza ~~~>:jerkit2: :rl: <--- me

 

me > dark_urza

 

George W. Bush > dark_urza

  megafighterx said:
It's called common sense you fucktard. Yes, I want a program that is 390857398 megs that counts from 1 to 2^31-1 opposed to a program that is 100 kb that does the same thing. Face it, loops are more effiicient than copy and pasting things. Wait... I got a better idea If you have to do other looping stuff similar to another loop used you can... *GASP!* Copy and paste the loop and still save room in your program! AMAYZERING!!!L!OALSDJK!@DRQW!

 

What's that I hear? You've been :owned:

 

shutup and die plzkthx.

 

More evidence you are full of shit...

PArt 1.

 

 

Relitively same code dumbfuck. If you're so smart, do a bubble sort without loops asshat... Any sort for that matter... Or search! I want to see your sort or search codes without loops.

 

PART 2!

 

 

Congrats. You googled "Loop syntax." here's a cookie with cyanide on it. In case you didn't know, small programs are better than big ones that do the same fucking thing. It's called "being efficient." I refer to the search and sort problem above.

 

OMGPR3T 3!

 

 

Nuff said...

 

Until you show me some efficient code to sort stuff without using loops, I'll take back everything I said. until then, you will be known as knobslobber, so stfu n die plzkthx.

 

dark_urza ~~~>:jerkit2: :rl: <--- me

 

me > dark_urza

 

George W. Bush > dark_urza

 

Lol , pooned !

  • Author
mmhmmmm....fuck off nigger....u dont get it dont u...such a small program doesnt require a loop...especially if the loop repeats 2 codes for like 10 times...
Guest
This topic is now closed to further replies.