Click here to Skip to main content
15,899,025 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Progress Bar Pin
Cvaji29-Aug-08 3:16
Cvaji29-Aug-08 3:16 
AnswerRe: Progress Bar Pin
Jijo.Raj29-Aug-08 3:19
Jijo.Raj29-Aug-08 3:19 
QuestionKeybord shortcuts are not working ! Pin
Le@rner29-Aug-08 1:06
Le@rner29-Aug-08 1:06 
QuestionRe: Keybord shortcuts are not working ! Pin
sashoalm29-Aug-08 2:56
sashoalm29-Aug-08 2:56 
AnswerRe: Keybord shortcuts are not working ! Pin
Michael Dunn29-Aug-08 12:00
sitebuilderMichael Dunn29-Aug-08 12:00 
QuestionHow to delete local pointer variable Pin
CodingLover29-Aug-08 0:59
CodingLover29-Aug-08 0:59 
QuestionRe: How to delete local pointer variable Pin
Roger Stoltz29-Aug-08 1:26
Roger Stoltz29-Aug-08 1:26 
NewsRe: How to delete local pointer variable Pin
CodingLover29-Aug-08 4:34
CodingLover29-Aug-08 4:34 
I'll try to explain in my best this.

I don't call any delete function. Basically I use that pointer to torkenize a string on a space character.

<br />
	wchar_t spec[] = L" ";<br />
	wchar_t * token;<br />
        token = wcstok("This is the string", spec);<br />


Actually I passes a string through this large number of times. At a random point I got an exception, actually assertion fail, at the above mentioned delete method of a some library.

Hope it's clear.

I appreciate your help all the time...
CodingLover Smile | :)

AnswerRe: How to delete local pointer variable Pin
Roger Stoltz29-Aug-08 5:14
Roger Stoltz29-Aug-08 5:14 
GeneralRe: How to delete local pointer variable Pin
CodingLover29-Aug-08 6:25
CodingLover29-Aug-08 6:25 
GeneralRe: How to delete local pointer variable Pin
David Crow29-Aug-08 7:45
David Crow29-Aug-08 7:45 
GeneralRe: How to delete local pointer variable Pin
CodingLover29-Aug-08 16:29
CodingLover29-Aug-08 16:29 
QuestionRe: How to delete local pointer variable Pin
David Crow30-Aug-08 4:17
David Crow30-Aug-08 4:17 
AnswerRe: How to delete local pointer variable Pin
David Crow29-Aug-08 2:40
David Crow29-Aug-08 2:40 
AnswerRe: How to delete local pointer variable Pin
Hamid_RT29-Aug-08 3:06
Hamid_RT29-Aug-08 3:06 
NewsRe: How to delete local pointer variable Pin
CodingLover29-Aug-08 4:20
CodingLover29-Aug-08 4:20 
GeneralRe: How to delete local pointer variable Pin
Hamid_RT29-Aug-08 17:52
Hamid_RT29-Aug-08 17:52 
GeneralRe: How to delete local pointer variable Pin
CodingLover29-Aug-08 19:09
CodingLover29-Aug-08 19:09 
QuestionInserting Dilaog Pin
Deepu Antony29-Aug-08 0:37
Deepu Antony29-Aug-08 0:37 
AnswerRe: Inserting Dilaog Pin
Cvaji29-Aug-08 1:39
Cvaji29-Aug-08 1:39 
GeneralRe: Inserting Dilaog Pin
Deepu Antony29-Aug-08 1:47
Deepu Antony29-Aug-08 1:47 
AnswerRe: Inserting Dilaog Pin
Jijo.Raj29-Aug-08 2:37
Jijo.Raj29-Aug-08 2:37 
QuestionClipBoard Read Pin
MsmVc29-Aug-08 0:22
MsmVc29-Aug-08 0:22 
AnswerRe: ClipBoard Read Pin
Perspx29-Aug-08 0:36
Perspx29-Aug-08 0:36 
GeneralRe: ClipBoard Read Pin
MsmVc29-Aug-08 0:44
MsmVc29-Aug-08 0:44 

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.