Hello Friends,
I am using char* everywhere in one of my application.
one of my friend suggested using CString class instead.
I searched for it in MSDN and find it a lot easier due to operators
attached with it.
But my problem is i can free a Char* anytime i want and i am sure it
will be free. but how do i know how CString is maintained internally.
What it's internal implementation is and when will it free the memory.
Any help will be appreciated.
TIA
Sanjeev Kumar.