Click here to Skip to main content
15,901,505 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Looking for a VC++ Sample for Wake up on LAN (WOL)? Pin
Scott H. Settlemier19-Mar-03 1:22
Scott H. Settlemier19-Mar-03 1:22 
GeneralRe: Looking for a VC++ Sample for Wake up on LAN (WOL)? Pin
Anonymous19-Mar-03 6:36
Anonymous19-Mar-03 6:36 
Generalreferences VS. data members Pin
Makover18-Mar-03 23:37
Makover18-Mar-03 23:37 
GeneralRe: references VS. data members Pin
Dave Bryant19-Mar-03 8:49
Dave Bryant19-Mar-03 8:49 
GeneralRe: references VS. data members Pin
Makover19-Mar-03 8:55
Makover19-Mar-03 8:55 
GeneralRe: references VS. data members Pin
Dave Bryant19-Mar-03 9:09
Dave Bryant19-Mar-03 9:09 
GeneralAnalyzer of heads Pin
calgonit18-Mar-03 22:53
calgonit18-Mar-03 22:53 
GeneralRe: Analyzer of heads Pin
geo_m18-Mar-03 23:26
geo_m18-Mar-03 23:26 
I think, you can construct some regular expression to handle such a string parsing.
RegExp is a thingie, where you describe the format of string, it's parts etc. Then it can check if the supplied string matches the specified format, and the library is also able to parse the string for you to parts you specify. It allows you to specify optional parts of string (class specification e.g. FileControl::) and repeating (parameters - there can be zero or X parameters)

for some examples of regular expressions, you can look to: http://www.regexlib.com/[^]

There are a lot of available regexp libraries - in ATL7 is one, the class is named I guess CAtlRegExp or something like that. The boost library also provides some regular expression code.
Later on, when you will be happy with the construct, there are some tools around 'compiling' the regexp expression to the plain C (you will get some speedup)

hope this helps
GeneralString array passsing between VB and DLL Pin
wavewave18-Mar-03 22:36
wavewave18-Mar-03 22:36 
GeneralCHtmlView Popup Pin
jeremysay18-Mar-03 22:18
jeremysay18-Mar-03 22:18 
GeneralRe: CHtmlView Popup Pin
Neville Franks18-Mar-03 22:43
Neville Franks18-Mar-03 22:43 
GeneralRe: CHtmlView Popup Pin
jeremysay19-Mar-03 2:10
jeremysay19-Mar-03 2:10 
GeneralRe: CHtmlView Popup Pin
Neville Franks19-Mar-03 4:02
Neville Franks19-Mar-03 4:02 
QuestionCreate controls in a dll ? Pin
Brian van der Beek18-Mar-03 22:03
Brian van der Beek18-Mar-03 22:03 
AnswerRe: Create controls in a dll ? Pin
_Theo_19-Mar-03 0:50
_Theo_19-Mar-03 0:50 
GeneralRe: Create controls in a dll ? Pin
Brian van der Beek19-Mar-03 1:04
Brian van der Beek19-Mar-03 1:04 
GeneralGet Membername if ctrlid known Pin
JensB18-Mar-03 20:58
JensB18-Mar-03 20:58 
GeneralRe: Get Membername if ctrlid known Pin
JensB18-Mar-03 21:36
JensB18-Mar-03 21:36 
QuestionPotential bugs in Windows Media Player Control ??? Pin
DengJW18-Mar-03 20:45
DengJW18-Mar-03 20:45 
QuestionHow to suspend system to s1 and s2 Pin
kaichen18-Mar-03 20:37
kaichen18-Mar-03 20:37 
GeneralIDE question Pin
Jack Handy18-Mar-03 20:19
Jack Handy18-Mar-03 20:19 
GeneralRe: IDE question Pin
Jack Handy18-Mar-03 20:38
Jack Handy18-Mar-03 20:38 
QuestionHow to change the background image of the desktop window? Pin
julych18-Mar-03 20:10
julych18-Mar-03 20:10 
AnswerRe: How to change the background image of the desktop window? Pin
Kannan Kalyanaraman18-Mar-03 21:51
Kannan Kalyanaraman18-Mar-03 21:51 
AnswerRe: How to change the background image of the desktop window? Pin
Gary Kirkham19-Mar-03 2:08
Gary Kirkham19-Mar-03 2:08 

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.