Answer to Question #514 in C++ for Mathew

Question #514
Why do classes with static data receive errors when linking?
1
Expert's answer
2010-07-28T11:04:27-0400
Because the static data of the class should be defined only in one translation unit. If you do not do this, you will probably get a “undefined external” configuration error. The usual place to determine static variables of the class is a *. cpp file of this class.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS