In the private bit you can say
char* foo;
Then in the constructor, you'd initialise it to whatever
foo = "bar";
And to get at it from another class you'll need to write an accessor method which returns a char*
__________________
There are only two industries that refer to their customers as "users". - Edward Tufte
|