Click here to Skip to main content
15,891,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncreate a plane thru 3 points (c++) Pin
raesa28-Aug-08 20:05
raesa28-Aug-08 20:05 
GeneralRe: create a plane thru 3 points (c++) Pin
Cvaji28-Aug-08 20:35
Cvaji28-Aug-08 20:35 
GeneralRe: create a plane thru 3 points (c++) Pin
raesa28-Aug-08 20:43
raesa28-Aug-08 20:43 
AnswerRe: create a plane thru 3 points (c++) Pin
Jijo.Raj28-Aug-08 20:41
Jijo.Raj28-Aug-08 20:41 
GeneralRe: create a plane thru 3 points (c++) Pin
raesa28-Aug-08 20:49
raesa28-Aug-08 20:49 
GeneralRe: create a plane thru 3 points (c++) Pin
oobimoo28-Aug-08 21:15
oobimoo28-Aug-08 21:15 
GeneralRe: create a plane thru 3 points (c++) Pin
raesa28-Aug-08 21:23
raesa28-Aug-08 21:23 
QuestionHow to extract a string between two delimiters ? Pin
kapardhi28-Aug-08 18:56
kapardhi28-Aug-08 18:56 
Good Morning!
i have a Cstring of this type

str = "%India%#Mumbai#>Address1>Address2>Address3>"

so i want to store "India" in one CString, say str1
"Mumbai" in another, say str2 and
"Address1","Address2","Address3" in an array of Cstring, say str3[3]

so how can i extract a string present in between % and % for India,
# and # for Mumbai etc.
it is easy to check each character, start from '%' to '%'. but is there any function which does this
i tried with str.Tokenize('%', 0)
but output is

India
and
#Mumbai#>Address1>Address2>Address3>
AnswerRe: How to extract a string between two delimiters ? Pin
Nibu babu thomas28-Aug-08 19:06
Nibu babu thomas28-Aug-08 19:06 
AnswerRe: How to extract a string between two delimiters ? Pin
Jijo.Raj28-Aug-08 19:22
Jijo.Raj28-Aug-08 19:22 
AnswerRe: How to extract a string between two delimiters ? Pin
sashoalm28-Aug-08 21:22
sashoalm28-Aug-08 21:22 
QuestionHow to send a 'string' to a port ? Pin
AprNgp28-Aug-08 18:51
AprNgp28-Aug-08 18:51 
AnswerRe: How to send a 'string' to a port ? Pin
Rajesh R Subramanian28-Aug-08 19:24
professionalRajesh R Subramanian28-Aug-08 19:24 
GeneralRe: How to send a 'string' to a port ? Pin
AprNgp28-Aug-08 19:29
AprNgp28-Aug-08 19:29 
GeneralRe: How to send a 'string' to a port ? Pin
AprNgp28-Aug-08 19:35
AprNgp28-Aug-08 19:35 
GeneralRe: How to send a 'string' to a port ? Pin
Rajesh R Subramanian28-Aug-08 19:48
professionalRajesh R Subramanian28-Aug-08 19:48 
QuestionCreateThread Function question Pin
monsieur_jj28-Aug-08 16:16
monsieur_jj28-Aug-08 16:16 
AnswerRe: CreateThread Function question Pin
Jijo.Raj28-Aug-08 18:15
Jijo.Raj28-Aug-08 18:15 
GeneralRe: CreateThread Function question Pin
monsieur_jj28-Aug-08 20:07
monsieur_jj28-Aug-08 20:07 
QuestionRe: CreateThread Function question Pin
Mark Salsbery29-Aug-08 8:59
Mark Salsbery29-Aug-08 8:59 
AnswerRe: CreateThread Function question Pin
monsieur_jj31-Aug-08 16:23
monsieur_jj31-Aug-08 16:23 
GeneralRe: CreateThread Function question Pin
Mark Salsbery1-Sep-08 7:35
Mark Salsbery1-Sep-08 7:35 
GeneralRe: CreateThread Function question Pin
monsieur_jj1-Sep-08 14:17
monsieur_jj1-Sep-08 14:17 
QuestionHtmlHelp v x64 Pin
Chris Losinger28-Aug-08 14:12
professionalChris Losinger28-Aug-08 14:12 
Questionproblem with RegEnumValue to read the values in the registry.. Pin
hariakuthota28-Aug-08 12:23
hariakuthota28-Aug-08 12:23 

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.