I have a s开发者_运维知识库tatic array in my class. When do i release it? or I don\'t have to worry about it?
Why do Objective-c objects have to be dynamically allocated? Why do I have to make it a pointer to an object, unlike in C++ I can create开发者_开发百科 them on stack?
This is from a small library that I found online: 开发者_运维百科const char* GetHandStateBrief(const PostFlopState* state)
I get the following error when I try to run my Silverlight application: Line: 53 Error: Unhandled Error in Silverlight Application