Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
c x 2
c++ x 2
Member Avatar for elspork

I'm having a bit of trouble finding the info I need about copy constructors. Actually, I'm having a bit of trouble figuring out the right way to use them in the first place. My question: How do I correctly call copy constructors for a derived class so that it correctly …

Member Avatar for barfoo
-1
1K
Member Avatar for elspork

would there be any drawbacks, or would it simply be bad form, to divide the implementation of a particularly large class into several files?

Member Avatar for Chainsaw
0
79
Member Avatar for elspork

What I'd like to know is if there is a way to tell how much space I have available in the stack and put that size into a variable. ie long x = [stacksize] I think I may have a poor understanding of how memory management works, so forgive me …

Member Avatar for Chainsaw
0
171