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

Search:

Type: Posts; User: scarecr0w132

Search: Search took 0.02 seconds.

  1. Re: Access variable inside class from other class

    Thank you Sir!
  2. Re: Access variable inside class from other class

    Edit:
    Class Test

    ...
    MainWindow window;
    window.myView->viewer
    ...
  3. Access variable inside class from other class

    Hello,

    I am trying to access a variable from another class through another class but it is not returning its "instance"?
    Example:
    Class View


    ...
    V3D_Viewer viewer;
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured