Click here to Skip to main content
15,910,211 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MAPI problem - PR_IPM_OUTBOX_ENTRYID doesn't exist?? [modified] Pin
tha_specializt13-Jan-11 1:36
tha_specializt13-Jan-11 1:36 
GeneralRe: MAPI problem - PR_IPM_OUTBOX_ENTRYID doesn't exist?? Pin
sergiobuonanno19-Jul-11 3:44
sergiobuonanno19-Jul-11 3:44 
Questionthis pointer... Pin
siva45513-Mar-09 6:58
siva45513-Mar-09 6:58 
AnswerRe: this pointer... Pin
Maximilien13-Mar-09 7:34
Maximilien13-Mar-09 7:34 
GeneralRe: this pointer... Pin
CPallini13-Mar-09 7:53
mveCPallini13-Mar-09 7:53 
AnswerRe: this pointer... Pin
David Crow13-Mar-09 7:42
David Crow13-Mar-09 7:42 
AnswerRe: this pointer... Pin
CPallini13-Mar-09 7:49
mveCPallini13-Mar-09 7:49 
AnswerRe: this pointer... Pin
led mike13-Mar-09 9:00
led mike13-Mar-09 9:00 
Do not listen to Maximilien, he is wrong.

pradeep455 wrote:
and if i made dynamic memory allocation using stack pointer is it necessary to delete it.. because when the function ends it is automatically freed right...?


Not able to answer due to the words you choose. Dynamic Memory would normally be used in reference to heap allocations, not stack memory. Based on what you posted I can't be sure what you mean but all heap allocations require freeing of the allocated memory.

Most importantly, I strongly urge you not to try and learn C++ from internet forums. There are decent tutorials available on the internet. However books would be far superior. If you decide on books, I recommend you take some time to read the intended audience of a book to see if it is appropriate for you, then if it is, do some research on reviews of the book.
GeneralRe: this pointer... Pin
Maximilien13-Mar-09 9:21
Maximilien13-Mar-09 9:21 
GeneralRe: this pointer... Pin
led mike13-Mar-09 12:05
led mike13-Mar-09 12:05 
GeneralRe: this pointer... Pin
Maximilien13-Mar-09 14:56
Maximilien13-Mar-09 14:56 
QuestionReg :: Customizing CDatetimeCtrl Pin
chandru.jeeva13-Mar-09 6:11
chandru.jeeva13-Mar-09 6:11 
QuestionPropertyPage Pin
shakumar_2213-Mar-09 6:08
shakumar_2213-Mar-09 6:08 
AnswerRe: PropertyPage Pin
Code-o-mat13-Mar-09 6:38
Code-o-mat13-Mar-09 6:38 
GeneralRe: PropertyPage Pin
shakumar_2214-Mar-09 2:31
shakumar_2214-Mar-09 2:31 
GeneralRe: PropertyPage Pin
Code-o-mat14-Mar-09 4:01
Code-o-mat14-Mar-09 4:01 
QuestionCreating derived type from a base class template Pin
Skippums13-Mar-09 6:00
Skippums13-Mar-09 6:00 
AnswerRe: Creating derived type from a base class template Pin
Stuart Dootson13-Mar-09 6:06
professionalStuart Dootson13-Mar-09 6:06 
GeneralRe: Creating derived type from a base class template Pin
Skippums13-Mar-09 6:15
Skippums13-Mar-09 6:15 
GeneralRe: Creating derived type from a base class template Pin
Stuart Dootson13-Mar-09 6:40
professionalStuart Dootson13-Mar-09 6:40 
GeneralRe: Creating derived type from a base class template Pin
Skippums13-Mar-09 8:12
Skippums13-Mar-09 8:12 
GeneralRe: Creating derived type from a base class template Pin
Stuart Dootson13-Mar-09 14:02
professionalStuart Dootson13-Mar-09 14:02 
GeneralRe: Creating derived type from a base class template Pin
Skippums19-Mar-09 9:40
Skippums19-Mar-09 9:40 
QuestionMultiByteToWideChar crashes out on longer strings [modified] Pin
RichardBrock13-Mar-09 4:45
RichardBrock13-Mar-09 4:45 
AnswerRe: MultiByteToWideChar crashes out on longer strings Pin
led mike13-Mar-09 5:37
led mike13-Mar-09 5:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.