IP_ADAPTER_INFO *ptr=new IP_ADAPTER_INFO[100]; if I free using delete ptr; will it lead to memory leak, if not then why ?
I googled for the memory issue associated with UIImage and came across many threads talking about the problem but no real help or solution.
I wonder where constant variables are stored.Is it in the same memory area as global variables? Or is it on开发者_JAVA技巧 the stack?How they are stored is an implementation detail (depends on the com
I have a list element which is populated via a query, this is then run through a for loop which sends this list to the front end, a jsp and prints them.
As is common knowledge, calls to alloc/copy/retain in Objective-C imply ownership and need to be balanced by a call to autorelease/release. How do you succinctly describe where this should happen? The
I have an application which I\'ve developed which queries Active Directory information and stores about 15 properties into a Datatable which is kept in memory.
I\'ve created a simple Outlook 2007 add-in using C# which loops through a selection of Messages and examines their attachments.
I\'m debugging an application and it segfaults at a position where it is almost impossible to determine which of the many instances causes th开发者_JAVA技巧e segfault.
I have the following designated initializer: -(id) initWithName:(NSString*)name; and the following default initializer:
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.