Running speed

Talk about helbreath here.
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

tester wrote: boolean, int all the same shit, who gives a shit.

And yes I failed lol I didnt even know what an array was, I tought it was uninmportant so i didnt go to those lessons nor studied it, and then 50% of exam was arrays lol


I had a 7/20. Still good for what I did hahaha

Day before Exam I had to install java IDE and stuff haha.



Cheers Tester
bool/int has nothing to do with what they're commenting on. You said if (xx = yy). That will ALWAYS be true. Var x can ALWAYS be set to var y. You mean if (xx == yy) xD
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia :D</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.
Charles
Loyal fan
Posts: 418
Joined: Wed Nov 26, 2003 8:20 pm

Post by Charles »

bone-you wrote:
tester wrote: boolean, int all the same shit, who gives a shit.

And yes I failed lol I didnt even know what an array was, I tought it was uninmportant so i didnt go to those lessons nor studied it, and then 50% of exam was arrays lol


I had a 7/20. Still good for what I did hahaha

Day before Exam I had to install java IDE and stuff haha.



Cheers Tester
bool/int has nothing to do with what they're commenting on. You said if (xx = yy). That will ALWAYS be true. Var x can ALWAYS be set to var y. You mean if (xx == yy) xD
TRUE, true... lol
<i>"Always write good code. Feel bad to write bad code."</i>
tester
Outpost bitch
Posts: 544
Joined: Wed Jan 07, 2004 8:58 pm

Post by tester »

Charles wrote:
bone-you wrote:
tester wrote: boolean, int all the same shit, who gives a shit.

And yes I failed lol I didnt even know what an array was, I tought it was uninmportant so i didnt go to those lessons nor studied it, and then 50% of exam was arrays lol


I had a 7/20. Still good for what I did hahaha

Day before Exam I had to install java IDE and stuff haha.



Cheers Tester
bool/int has nothing to do with what they're commenting on. You said if (xx = yy). That will ALWAYS be true. Var x can ALWAYS be set to var y. You mean if (xx == yy) xD
TRUE, true... lol
yes i know, but if you do

if (x=0) it will always give x a value '0'. and it should be if (x==0). to test it

However this is for ints,what I ment is howto test booleans, I cant remember howto test them.

ANd i tought it wasnt the same like an int kinda like a string uses the equals shit.


so no i dunno how to fking test booleans lol. xD
and i couldnt care less to know it now, since long live the javadoc shit :P


Cheers Tester
I support a woman's right to choose<br><br>- In the Mouth?<br>- In the Ass ?<br>- In the Vagina?<br>- Between the Tits?
urte
noob
Posts: 19
Joined: Sat Nov 20, 2004 6:31 pm

Post by urte »

What fps i can get with these :

AMD celeron 2,5mhz
NVIDIA GForce 6200 128mb
RAM : 512
tester
Outpost bitch
Posts: 544
Joined: Wed Jan 07, 2004 8:58 pm

Post by tester »

urte wrote: AMD celeron 2,5ghz
I laughed lol


Cheers Tester
I support a woman's right to choose<br><br>- In the Mouth?<br>- In the Ass ?<br>- In the Vagina?<br>- Between the Tits?
urte
noob
Posts: 19
Joined: Sat Nov 20, 2004 6:31 pm

Post by urte »

Off topic some more?

Fucking prick.
tester
Outpost bitch
Posts: 544
Joined: Wed Jan 07, 2004 8:58 pm

Post by tester »

urte wrote: Off topic some more?

Fucking prick.
I lolled even more


Cheers Tester
I support a woman's right to choose<br><br>- In the Mouth?<br>- In the Ass ?<br>- In the Vagina?<br>- Between the Tits?
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

tester wrote: yes i know, but if you do

if (x=0) it will always give x a value '0'. and it should be if (x==0). to test it

However this is for ints,what I ment is howto test booleans, I cant remember howto test them.

ANd i tought it wasnt the same like an int kinda like a string uses the equals shit.


so no i dunno how to fking test booleans lol. xD
and i couldnt care less to know it now, since long live the javadoc shit :P


Cheers Tester
if (bBool == TRUE)

and vice versa.

Strings can't be tested with == unless they have a custom operator for == like CString does.

if (anything = anything) will always return true unless there's like some memory problem in which case it can't be set and returns false xD
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia :D</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.
tester
Outpost bitch
Posts: 544
Joined: Wed Jan 07, 2004 8:58 pm

Post by tester »

bone-you wrote:

Strings can't be tested with == unless they have a custom operator for == like CString does
yes we use ze equals crap i think, i got a task to complete before tomorrow but id say fk it, ill just go to doctor and get a note lol

cba to practice java



Cheers Tester
I support a woman's right to choose<br><br>- In the Mouth?<br>- In the Ass ?<br>- In the Vagina?<br>- Between the Tits?
Dax
&lt;3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

tester wrote:
bone-you wrote:

Strings can't be tested with == unless they have a custom operator for == like CString does
yes we use ze equals crap i think, i got a task to complete before tomorrow but id say fk it, ill just go to doctor and get a note lol

cba to practice java



Cheers Tester
Do what I did then. Just do C++. The two are almost the same and if you stay far enough ahead in 1 topic then it automatically helps with the other.
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
tester
Outpost bitch
Posts: 544
Joined: Wed Jan 07, 2004 8:58 pm

Post by tester »

Dax wrote:
tester wrote:
bone-you wrote:

Strings can't be tested with == unless they have a custom operator for == like CString does
yes we use ze equals crap i think, i got a task to complete before tomorrow but id say fk it, ill just go to doctor and get a note lol

cba to practice java



Cheers Tester
Do what I did then. Just do C++. The two are almost the same and if you stay far enough ahead in 1 topic then it automatically helps with the other.
Dude its ze schools fault

:(


And I skip too much lessons lol


Cheers Tester
I support a woman's right to choose<br><br>- In the Mouth?<br>- In the Ass ?<br>- In the Vagina?<br>- Between the Tits?
Sentinel
Loyal fan
Posts: 462
Joined: Thu Jan 11, 2007 4:16 pm

Post by Sentinel »

We can tell..
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->charlie says:<br>i may own outpost but im not a nerd<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br><!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->(locobans @ Mar 12 2007, 10:48 PM) <br>"Remember while peeing, If you shake it more than twice you playing with it..." <br><!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd-->
Sprint
Spamtastic
Posts: 1000
Joined: Tue Jun 06, 2006 6:59 am
Location: Far from home
Contact:

Post by Sprint »

Sentinel wrote: We can tell..
what? lol
<span style='color:blue'><span style='font-size:19pt;line-height:100%'><u><b>FUCK Helbreath!</b></u></span></span><br><br><span style='color:gray'><a href='http://www2.analystica.com/users/anttu/online/ngd' target='_blank'>ngdnetwork</a> OFFICIAL WEBSITE OF Northern Game Developers. Do visit! (THEY ARE UP!)<br><a href='http://project3d.x.am' target='_blank'>Project3d development forum</a> plz join and discuss,develop,give ideas,feedback. Anything goes as long it helps the project!</span><br><br>Zepto Znote 6625WD: 1.8Ghz dual core, 2GB, 512mb graphics card(dedicated), 160GB HDD<br><img src='http://www.signaturebar.com/uploads/images/10111.jpg' border='0' alt='user posted image' /><br><img src='http://www.signaturebar.com/uploads/images/13229.jpg' border='0' alt='user posted image' /><br><img src='http://www.signaturebar.com/uploads/images/8852.png' border='0' alt='user posted image' />
tester
Outpost bitch
Posts: 544
Joined: Wed Jan 07, 2004 8:58 pm

Post by tester »

Sprint wrote:
Sentinel wrote: We can tell..
what? lol
That I skip school to often xD

cheers Tester
I support a woman's right to choose<br><br>- In the Mouth?<br>- In the Ass ?<br>- In the Vagina?<br>- Between the Tits?
Promote
Regular
Posts: 43
Joined: Thu Jul 07, 2005 7:17 pm

Post by Promote »

I run faster than anyone ive ever played against, not counting the hoster of the server.

My comp as of now (its about 3-4 years old now)
AMD 3000+ 64 bit
1 Gig ram
GeForce FX5500 256bit gfx card, was 50$ LAWL

So in my opinion, it matters MOSTLY on ping, because face it, leading hb isnt that hard, its all about how fast you can send the packets and send more packets, more packets sent means more movements.
Post Reply