CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: elitelogic

Search: Search took 0.02 seconds.

  1. Replies
    24
    Views
    4,274

    Re: Size of something in bytes?

    My apologies for the slow reply but I wanted to close the loop on this in case others in the future have a similar question. Yes, my question was worded in a manner that instantly muddied the water...
  2. Replies
    2
    Views
    1,050

    IDispose Best Practices...

    I've searched for info, but I'm still confused. What is the best practice for Dispose() in this scenario and why?

    (And what are the code tags?
    doesn't seem to work.



    class LineReader...
  3. Replies
    24
    Views
    4,274

    Re: Size of something in bytes?

    Thanks, I really appreciate the help.

    Yes, I understand...let's say type IntX is 32 bits. Those 32 bits can hold a range of values.

    So, maybe IntX the type never grows, but rather the memory...
  4. Replies
    24
    Views
    4,274

    Re: Size of something in bytes?

    I know.

    In my original post, I said the sizeof operator will give me the sizeof the type. I know this.

    I'm not after the size of the int, or the double, or the long.


    I'm after the size of...
  5. Replies
    24
    Views
    4,274

    Re: Size of something in bytes?

    No, this is beyond 32 or 64. The integer size is limited by the memory of the computer.

    http://intx.codeplex.com/
  6. Replies
    24
    Views
    4,274

    [RESOLVED] Size of something in bytes?

    I've searched and maybe I'm not using the right keywords. This seems like a simple question.

    I'm working with very large integers and I'm using the Codeplex class IntX. When I get a very large...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured