Click here to Skip to main content
15,880,608 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Can a union in standard C "skip" members? Pin
Richard MacCutchan31-Jan-19 23:52
mveRichard MacCutchan31-Jan-19 23:52 
GeneralRe: Can a union in standard C "skip" members? Pin
arnold_w1-Feb-19 0:13
arnold_w1-Feb-19 0:13 
GeneralRe: Can a union in standard C "skip" members? Pin
Richard MacCutchan1-Feb-19 1:42
mveRichard MacCutchan1-Feb-19 1:42 
GeneralRe: Can a union in standard C "skip" members? Pin
arnold_w1-Feb-19 2:08
arnold_w1-Feb-19 2:08 
GeneralRe: Can a union in standard C "skip" members? Pin
Richard MacCutchan1-Feb-19 2:57
mveRichard MacCutchan1-Feb-19 2:57 
GeneralMessage Closed Pin
16-Apr-20 20:04
xiaofeifei6616-Apr-20 20:04 
AnswerRe: Can a union in standard C "skip" members? Pin
0x01AA5-Jan-22 4:30
mve0x01AA5-Jan-22 4:30 
QuestionWhich type of Regex best to learn for programming with C? Pin
HS_C_Student17-Dec-18 3:43
HS_C_Student17-Dec-18 3:43 
I like C but I feel it's Achilles heel is string processing. I've started to do a lot of parsing of text databases in arbitrary format without documentation lately and I need to adapt.

What I need to do is define patterns - expected format for the data and to store the values only if the whole string matches that known pattern. Input validation.

I'd rather not run the rest of my code without verifying the input conforms.

I think regular expressions are the best way to augment my existing skills without learning a new language, but regexes seem kind of varied and mixed breed.

Perl (5?) Seems to have formal standardization of regexes which is supported in many searching and text editing programs. There's also PCRE which I can compile on windows or download precompiled lib/dll.

Should I learn Perl regexes and use PCRE or am I overlooking things?
AnswerRe: Which type of Regex best to learn for programming with C? Pin
Richard MacCutchan17-Dec-18 3:53
mveRichard MacCutchan17-Dec-18 3:53 
GeneralRe: Which type of Regex best to learn for programming with C? Pin
HS_C_Student17-Dec-18 5:57
HS_C_Student17-Dec-18 5:57 
GeneralRe: Which type of Regex best to learn for programming with C? Pin
Richard MacCutchan17-Dec-18 6:48
mveRichard MacCutchan17-Dec-18 6:48 
AnswerRe: Which type of Regex best to learn for programming with C? Pin
John R. Shaw9-Jan-20 20:50
John R. Shaw9-Jan-20 20:50 
QuestionDirectory manipulation in C++ Pin
tasumisra16-Oct-18 4:26
tasumisra16-Oct-18 4:26 
AnswerRe: Directory manipulation in C++ Pin
Richard MacCutchan16-Oct-18 4:34
mveRichard MacCutchan16-Oct-18 4:34 
QuestionMicrosoft Office Object Library Pin
JM225114-Oct-18 5:31
JM225114-Oct-18 5:31 
QuestionUnable to find atlapp.h file in Visual Studio 2017 Pin
Krishna Rao Yekkali29-Aug-18 0:17
Krishna Rao Yekkali29-Aug-18 0:17 
AnswerRe: Unable to find atlapp.h file in Visual Studio 2017 Pin
Jochen Arndt29-Aug-18 0:38
professionalJochen Arndt29-Aug-18 0:38 
GeneralRe: Unable to find atlapp.h file in Visual Studio 2017 Pin
Krishna Rao Yekkali29-Aug-18 19:41
Krishna Rao Yekkali29-Aug-18 19:41 
QuestionCEditCtrl in FrameWnd Pin
john56321-Aug-18 22:24
john56321-Aug-18 22:24 
AnswerRe: CEditCtrl in FrameWnd Pin
Jochen Arndt1-Aug-18 23:33
professionalJochen Arndt1-Aug-18 23:33 
QuestionMFC VC2015 How to build from command line both settings: Use Shared DLL and Use Static DLL Pin
Member 1024558715-Jul-18 1:37
professionalMember 1024558715-Jul-18 1:37 
AnswerRe: MFC VC2015 How to build from command line both settings: Use Shared DLL and Use Static DLL Pin
Jochen Arndt15-Jul-18 22:24
professionalJochen Arndt15-Jul-18 22:24 
GeneralRe: MFC VC2015 How to build from command line both settings: Use Shared DLL and Use Static DLL Pin
Member 1024558716-Jul-18 0:12
professionalMember 1024558716-Jul-18 0:12 
QuestionHow to use CUDA programming to calculate and process the correct number Pin
Member 1378925119-Apr-18 21:35
Member 1378925119-Apr-18 21:35 
AnswerRe: How to use CUDA programming to calculate and process the correct number Pin
Richard MacCutchan19-Apr-18 21:54
mveRichard MacCutchan19-Apr-18 21:54 

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.