|
-
April 2nd, 2002, 06:25 AM
#1
Inner class issues
Can any one help me!!!
I have an inner class in the main class. There is some variable declared in main class some thing like this
class MainClass
{
class Inner
{
public :
Display();
};
public:
int x;
Inner inObj;
};
I need to know that is there any way to access x from function display.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|