A
Avinash
Hi,
I have written an application in VC 6.0. I have allocated some
memory using new operator.
1.When i use new operator is the memory allocated from process heap?
If it is allocated from process heap then it will be freed when the
process is exited. Then I need to free it only if there are more
memory allocations required by my application.
Any details, comments and links are welcome.
Regards,
Avinash
I have written an application in VC 6.0. I have allocated some
memory using new operator.
1.When i use new operator is the memory allocated from process heap?
If it is allocated from process heap then it will be freed when the
process is exited. Then I need to free it only if there are more
memory allocations required by my application.
Any details, comments and links are welcome.
Regards,
Avinash