Click here to Skip to main content
15,914,160 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCListCtrl SetItemPosition Pin
skullfire6-Nov-06 8:23
skullfire6-Nov-06 8:23 
QuestionHow to save captured screen as jpg/jpeg file? Pin
edvintas6-Nov-06 8:02
edvintas6-Nov-06 8:02 
AnswerRe: How to save captured screen as jpg/jpeg file? Pin
Mark Salsbery6-Nov-06 8:12
Mark Salsbery6-Nov-06 8:12 
GeneralRe: How to save captured screen as jpg/jpeg file? Pin
edvintas6-Nov-06 9:03
edvintas6-Nov-06 9:03 
GeneralRe: How to save captured screen as jpg/jpeg file? Pin
Mark Salsbery6-Nov-06 10:42
Mark Salsbery6-Nov-06 10:42 
AnswerRe: How to save captured screen as jpg/jpeg file? Pin
Hamid_RT6-Nov-06 20:57
Hamid_RT6-Nov-06 20:57 
QuestionCombineRegion() Pin
Waldermort6-Nov-06 7:33
Waldermort6-Nov-06 7:33 
QuestionRegular expression!!! Pin
_AnsHUMAN_ 6-Nov-06 6:34
_AnsHUMAN_ 6-Nov-06 6:34 
HI All,
I have a string. In this string I want to validate that if and only if the previous character is something then the next character should also follow a definite pattern.
For ex:
A_____B______C_____D_____E
3_____1______2_____0_____3
_____________4_____0_____1
___________________1_____2
______2______1_____1_____0
______4______2_____3_____2
so as explained in the table above the valid entries should be 31203,31412,32110,34232.
I have tried solving the issue with a lots of if's, else if's etc. but I somewhere feel that this may not be the right way to validate the input. Can somebody put some light on this issue or point me to some article link that may help me to the resolution of the problem.....
Thanks in advance


Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

AnswerRe: Regular expression!!! Pin
toxcct6-Nov-06 6:46
toxcct6-Nov-06 6:46 
QuestionRe: Regular expression!!! Pin
David Crow6-Nov-06 7:42
David Crow6-Nov-06 7:42 
AnswerRe: Regular expression!!! Pin
Chris Losinger6-Nov-06 8:49
professionalChris Losinger6-Nov-06 8:49 
QuestionRe: Regular expression!!! Pin
kakan6-Nov-06 19:21
professionalkakan6-Nov-06 19:21 
AnswerRe: Regular expression!!! Pin
_AnsHUMAN_ 6-Nov-06 19:32
_AnsHUMAN_ 6-Nov-06 19:32 
QuestionRe: Regular expression!!! [modified] Pin
kakan6-Nov-06 19:38
professionalkakan6-Nov-06 19:38 
GeneralRe: Regular expression!!! Pin
kakan6-Nov-06 20:28
professionalkakan6-Nov-06 20:28 
GeneralRe: Regular expression!!! Pin
_AnsHUMAN_ 6-Nov-06 21:08
_AnsHUMAN_ 6-Nov-06 21:08 
GeneralRe: Regular expression!!! Pin
kakan6-Nov-06 21:12
professionalkakan6-Nov-06 21:12 
QuestionRe: Regular expression!!! Pin
David Crow7-Nov-06 2:52
David Crow7-Nov-06 2:52 
AnswerRe: Regular expression!!! Pin
kakan7-Nov-06 2:56
professionalkakan7-Nov-06 2:56 
QuestionExtract information from a List class (Win32 API question) Pin
Leprechaun786-Nov-06 6:03
Leprechaun786-Nov-06 6:03 
QuestionRe: Extract information from a List class (Win32 API question) Pin
David Crow6-Nov-06 7:38
David Crow6-Nov-06 7:38 
AnswerRe: Extract information from a List class (Win32 API question) Pin
Leprechaun786-Nov-06 23:22
Leprechaun786-Nov-06 23:22 
GeneralRe: Extract information from a List class (Win32 API question) Pin
David Crow7-Nov-06 2:49
David Crow7-Nov-06 2:49 
GeneralRe: Extract information from a List class (Win32 API question) Pin
Leprechaun787-Nov-06 3:55
Leprechaun787-Nov-06 3:55 
GeneralRe: Extract information from a List class (Win32 API question) Pin
David Crow7-Nov-06 4:03
David Crow7-Nov-06 4:03 

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.