Click here to Skip to main content
15,913,908 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Static Release wrong behavior and Debug fine Pin
31415926532-Oct-06 21:01
31415926532-Oct-06 21:01 
GeneralRe: Static Release wrong behavior and Debug fine Pin
S Douglas3-Oct-06 0:02
professionalS Douglas3-Oct-06 0:02 
GeneralRe: Static Release wrong behavior and Debug fine Pin
Stephen Hewitt3-Oct-06 13:41
Stephen Hewitt3-Oct-06 13:41 
AnswerRe: Static Release wrong behavior and Debug fine Pin
Rudolf Jan3-Oct-06 1:08
Rudolf Jan3-Oct-06 1:08 
Questionstrip characters Pin
thathvamsi2-Oct-06 17:52
thathvamsi2-Oct-06 17:52 
AnswerRe: strip characters Pin
Link20062-Oct-06 18:07
Link20062-Oct-06 18:07 
GeneralRe: strip characters Pin
thathvamsi2-Oct-06 18:20
thathvamsi2-Oct-06 18:20 
GeneralRe: strip characters Pin
Link20062-Oct-06 18:26
Link20062-Oct-06 18:26 
Wait I re-read your question, I misunderstood. I got your question this time.

thathvamsi wrote:
eg., 1, Steve,Dave, 25yrs, California
I want to strip or ignore the comma that is between Steve and Dave and store the data as
1, SteveDave, 25yrs, California


You can see if the next character is space, if not, then it's in the datafield.
GeneralRe: strip characters Pin
thathvamsi2-Oct-06 18:30
thathvamsi2-Oct-06 18:30 
GeneralRe: strip characters Pin
Link20062-Oct-06 18:56
Link20062-Oct-06 18:56 
GeneralRe: strip characters Pin
thathvamsi2-Oct-06 20:31
thathvamsi2-Oct-06 20:31 
GeneralRe: strip characters Pin
David Crow3-Oct-06 5:32
David Crow3-Oct-06 5:32 
AnswerRe: strip characters Pin
Hamid_RT2-Oct-06 18:08
Hamid_RT2-Oct-06 18:08 
GeneralRe: strip characters Pin
Link20062-Oct-06 18:20
Link20062-Oct-06 18:20 
GeneralRe: strip characters Pin
thathvamsi2-Oct-06 18:20
thathvamsi2-Oct-06 18:20 
GeneralRe: strip characters Pin
David Crow3-Oct-06 5:33
David Crow3-Oct-06 5:33 
GeneralRe: strip characters Pin
ThatsAlok2-Oct-06 20:19
ThatsAlok2-Oct-06 20:19 
AnswerRe: strip characters Pin
David Crow3-Oct-06 5:38
David Crow3-Oct-06 5:38 
QuestionRead value Pin
yijia_242-Oct-06 17:47
yijia_242-Oct-06 17:47 
AnswerRe: Read value Pin
Hamid_RT2-Oct-06 17:57
Hamid_RT2-Oct-06 17:57 
AnswerRe: Read value Pin
Naveen2-Oct-06 17:57
Naveen2-Oct-06 17:57 
AnswerRe: Read value Pin
ThatsAlok2-Oct-06 19:39
ThatsAlok2-Oct-06 19:39 
QuestionRe: Read value Pin
yijia_242-Oct-06 18:45
yijia_242-Oct-06 18:45 
QuestionRe: Read value Pin
yijia_242-Oct-06 22:16
yijia_242-Oct-06 22:16 
GeneralRe: Read value Pin
Naveen2-Oct-06 18:55
Naveen2-Oct-06 18:55 

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.