CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2003
    Location
    Bangalore
    Posts
    78

    Question Members of class!

    Hi All,

    What are the routable members of a class?

    With Regards,
    A.Ilamparithi.

  2. #2
    Join Date
    Feb 2002
    Posts
    5,757

    Re: Members of class!

    Definte "routable" in terms of C++.

    Are you referring to the accessibility of the member from derived classes?

    Kuphryn

  3. #3
    Join Date
    Sep 2000
    Location
    Russia
    Posts
    262

    Re: Members of class!

    Do you mean 'mutable'?

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

Featured