|
-
Mar 1st, 2002, 04:41 PM
#1
Thread Starter
PowerPoster
PROOF: VB isn't a good programming language...
http://www.vbforums.com/showthread.p...hreadid=148302
I'm not trying to 'diss' Arc, but how can someone who has developed a control like the one he says he has, not know the most basic variable info...??
Now that I've said that, I probably explained it wrong...
-----------------------------------------
-RJ
[email protected]
-----------------------------------------
-
Mar 2nd, 2002, 12:30 AM
#2
Originally posted by rjlohan
Double is to Single as Long is to Integer.
Double and Single are both floating-point variables. The double can hold numbers twice as big. If you make them sufficiently large, they start displaying in scientific notation, and I think you may lose a small amount of accuracy.
Well, it looks like Arc isn't the only one who needs to learn a little bit about Singles and Doubles 
For anyone who doesn't know what I'm talking about, Doubles can hold numbers much bigger than twice the maximum value in Singles, as nishantp explained in that other thread.
-
Mar 2nd, 2002, 12:34 AM
#3
Frenzied Member
Arc sounded pretty smart...now all he has to do is learn to use MSDN
You just proved that sig advertisements work.
-
Mar 2nd, 2002, 11:31 AM
#4
Frenzied Member
For anyone who doesn't know what I'm talking about, Doubles can hold numbers much bigger than twice the maximum value in Singles, as nishantp explained in that other thread.
If you use a log2 scale then doubles are twice as big as singles. Perhaps you are too constrained by the belief that size is absolute whereas it is actually relative ...
-
Mar 2nd, 2002, 02:00 PM
#5
Frenzied Member
Is it really? Well speaking in absolute relative terms, Doubles are still much more than twice the size of singles...
You just proved that sig advertisements work.
-
Mar 2nd, 2002, 02:49 PM
#6
Frenzied Member
I'm not trying to 'diss' Arc, but how can someone who has developed a control like the one he says he has, not know the most basic variable info...??
well, to develop a listbox control you don't really need any variables...
Government is another way to say better…than…you.
It’s like ice but no pick, a murder charge that won’t stick,
it’s like a whole other world where you can smell the food,
but you can’t touch the silverware.
Huh, what luck. Fascism you can vote for.
Humph, isn’t that sweet?
And we’re all gonna die some day, because that’s the American way
-Stone Sour
-
Mar 3rd, 2002, 05:34 AM
#7
Thread Starter
PowerPoster
Originally posted by Tygur
Well, it looks like Arc isn't the only one who needs to learn a little bit about Singles and Doubles 
For anyone who doesn't know what I'm talking about, Doubles can hold numbers much bigger than twice the maximum value in Singles, as nishantp explained in that other thread.
And as I rebutted in the other thread, I actually meant that the storage allocation is twice as much. I believe that is the case.
I was aware that the actual numbers represented in said storage are somewhat more separate than a value of 2, which would imply only 1 extra bit in storage allocation.
-----------------------------------------
-RJ
[email protected]
-----------------------------------------
-
Mar 3rd, 2002, 11:00 AM
#8
Originally posted by rjlohan
And as I rebutted in the other thread, I actually meant that the storage allocation is twice as much. I believe that is the case.
I was aware that the actual numbers represented in said storage are somewhat more separate than a value of 2, which would imply only 1 extra bit in storage allocation.
Fair enough. Just make your message a little clearer in the future 
By the way, how is this (Arc's question) proof that VB isn't a good programming language?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|