I have a list of strings (messages and urls) which I want to place in a common file. Would it be more efficient to place them in开发者_运维问答 a container class or as an xml resource?
So I making a container class for integers and I want to overload the = operator so that I can return a deep copy of the object. My code works but the two objects point to the same address. This is th
I already posted a question closely related to the this one. I watched the Mix10 video with P. Haacked and S. Hanselman.