Posts
 
Reputation
Joined
Last Seen
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
~3K People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for Asif_NSU

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 …

Member Avatar for Musa_Jutt
0
3K

The End.