Joined
Last Seen
-1 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
60% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: exa of class i'm assuming you are using [CODE]class c { public : class a * ac; class b * bc; c ( const c& ); ~c(void); }; /* source file */ c::c(const c&) { /* */ }; c::~c(){/**/}; /******************/ /* making a global declaration should resolve your undefined reference … |
The End.