class without body?
Feb 19, 2014 at 4:16pm
What does it mean if there is a class without a body (Class A in the example)?
1 2 3 4 5 6
|
class A;
class Data1 : public Data2
{
....
}
|
Thanks for help.
Feb 19, 2014 at 5:00pm
Topic archived. No new replies allowed.