Click here to Skip to main content
15,895,256 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Swapping detection in Windows Pin
David Crow20-Dec-07 2:53
David Crow20-Dec-07 2:53 
GeneralRe: Swapping detection in Windows Pin
Andre Rios20-Dec-07 3:32
Andre Rios20-Dec-07 3:32 
QuestionRe: Swapping detection in Windows Pin
David Crow20-Dec-07 3:41
David Crow20-Dec-07 3:41 
GeneralRe: Swapping detection in Windows Pin
Andre Rios20-Dec-07 5:23
Andre Rios20-Dec-07 5:23 
GeneralRe: Swapping detection in Windows Pin
David Crow20-Dec-07 5:45
David Crow20-Dec-07 5:45 
GeneralAppWizard Template variables Pin
Anorexic Tribble19-Dec-07 22:28
Anorexic Tribble19-Dec-07 22:28 
QuestionString Manipulation Routine Pin
Programm3r19-Dec-07 22:22
Programm3r19-Dec-07 22:22 
GeneralRe: String Manipulation Routine Pin
CPallini19-Dec-07 22:40
mveCPallini19-Dec-07 22:40 
Well, if your string fields have fixed format, then it is pretty easy (just replacing characters, I think you can figure how).
On the other hand, with variable field format you have to parse the strings to extract the numeric field (maybe the other ones) and replace it.
A powerful tool to do such string operations is a regular expression parser, like
Boost.Regex

Smile | :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

[my articles]


QuestionRe: String Manipulation Routine Pin
Programm3r19-Dec-07 22:45
Programm3r19-Dec-07 22:45 
GeneralRe: String Manipulation Routine Pin
CPallini19-Dec-07 22:57
mveCPallini19-Dec-07 22:57 
GeneralRe: String Manipulation Routine Pin
Programm3r20-Dec-07 0:02
Programm3r20-Dec-07 0:02 
GeneralRe: String Manipulation Routine Pin
Matthew Faithfull19-Dec-07 22:44
Matthew Faithfull19-Dec-07 22:44 
GeneralRe: String Manipulation Routine Pin
Programm3r19-Dec-07 22:51
Programm3r19-Dec-07 22:51 
AnswerRe: String Manipulation Routine Pin
Matthew Faithfull19-Dec-07 23:27
Matthew Faithfull19-Dec-07 23:27 
GeneralRe: String Manipulation Routine Pin
Programm3r20-Dec-07 0:11
Programm3r20-Dec-07 0:11 
GeneralRe: String Manipulation Routine Pin
jhwurmbach19-Dec-07 23:57
jhwurmbach19-Dec-07 23:57 
GeneralRe: String Manipulation Routine Pin
Programm3r20-Dec-07 0:10
Programm3r20-Dec-07 0:10 
QuestionHow to start Application as windows Service? Pin
manish.patel19-Dec-07 21:17
manish.patel19-Dec-07 21:17 
GeneralRe: How to start Application as windows Service? Pin
jhwurmbach19-Dec-07 21:46
jhwurmbach19-Dec-07 21:46 
QuestionHow to Show a picture in SDI Application Pin
santhoshv8419-Dec-07 21:03
santhoshv8419-Dec-07 21:03 
AnswerRe: How to Show a picture in SDI Application Pin
CPallini19-Dec-07 21:59
mveCPallini19-Dec-07 21:59 
AnswerRe: How to Show a picture in SDI Application Pin
Hamid_RT20-Dec-07 0:47
Hamid_RT20-Dec-07 0:47 
Questionneed help with c programming link list structure to write to a binary file Pin
neodeaths19-Dec-07 20:27
neodeaths19-Dec-07 20:27 
GeneralRe: need help with c programming link list structure to write to a binary file Pin
chandu00419-Dec-07 21:21
chandu00419-Dec-07 21:21 
GeneralRe: need help with c programming link list structure to write to a binary file Pin
CPallini19-Dec-07 21:37
mveCPallini19-Dec-07 21: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.