Results 1 to 8 of 8

Thread: PROOF: VB isn't a good programming language...

  1. #1

    Thread Starter
    PowerPoster rjlohan's Avatar
    Join Date
    Sep 2001
    Location
    Sydney, Australia
    Posts
    3,205

    Exclamation 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]
    -----------------------------------------

  2. #2
    Tygur
    Guest
    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.

  3. #3
    Frenzied Member nishantp's Avatar
    Join Date
    Jan 2001
    Location
    Where you least expect me to be
    Posts
    1,375
    Arc sounded pretty smart...now all he has to do is learn to use MSDN
    You just proved that sig advertisements work.

  4. #4
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    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 ...
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

  5. #5
    Frenzied Member nishantp's Avatar
    Join Date
    Jan 2001
    Location
    Where you least expect me to be
    Posts
    1,375
    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.

  6. #6
    Frenzied Member Skitchen8's Avatar
    Join Date
    Feb 2001
    Location
    Binghamotn, NY
    Posts
    1,943
    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

  7. #7

    Thread Starter
    PowerPoster rjlohan's Avatar
    Join Date
    Sep 2001
    Location
    Sydney, Australia
    Posts
    3,205
    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]
    -----------------------------------------

  8. #8
    Tygur
    Guest
    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
  •  



Click Here to Expand Forum to Full Width