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

Search:

Type: Posts; User: ej09

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,313

    Re: Memory Address of Class Member Variables

    Ok, thanks. But is it safe to assume that every instance of a class will occupy the same memory? i.e. these virtual pointers etc. will be consistent across all instances?
  2. Replies
    4
    Views
    1,313

    Memory Address of Class Member Variables

    Hello,

    Suppose I have two classes, MyClassX and MyClassY, each with two member variables, as defined below. I create an object instance of each class, and then create a pointer to each member...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured