Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Aligning text in CRichEditCtrl Pin
Sprudling19-Apr-02 5:21
Sprudling19-Apr-02 5:21 
GeneralRe: Aligning text in CRichEditCtrl Pin
Niklas L23-Apr-02 23:36
Niklas L23-Apr-02 23:36 
GeneralRe: Aligning text in CRichEditCtrl Pin
Niklas L23-Apr-02 23:40
Niklas L23-Apr-02 23:40 
Generalattach resource to Win32 Application console project Pin
NicholasCougar18-Apr-02 15:12
NicholasCougar18-Apr-02 15:12 
GeneralRe: attach resource to Win32 Application console project Pin
Paul M Watt18-Apr-02 17:46
mentorPaul M Watt18-Apr-02 17:46 
GeneralRe: attach resource to Win32 Application console project Pin
NicholasCougar18-Apr-02 19:36
NicholasCougar18-Apr-02 19:36 
GeneralRe: attach resource to Win32 Application console project Pin
Ravi Bhavnani18-Apr-02 20:23
professionalRavi Bhavnani18-Apr-02 20:23 
Generalboost::RegEx Pin
Roman Nurik18-Apr-02 14:03
Roman Nurik18-Apr-02 14:03 
hey, im using boost::RegEx to do regular expression stuff

im trying to get a string like "word...!" to work with the regular expression "\w+", but not include the "...!" in the match... whenenver i try this using

boost::RegEx re("\\w+");
bool b = re.Match("word...!");


it returns false.... how do i get it to return true, but it should tell me where the regex was completed (at the position of the first dot, or character index 4) or the position of the last character part of the match (the 'd')

thanks for the help guys

- Roman -

GeneralRe: boost::RegEx Pin
Jack Handy18-Apr-02 15:16
Jack Handy18-Apr-02 15:16 
GeneralRe: boost::RegEx Pin
Roman Nurik18-Apr-02 15:20
Roman Nurik18-Apr-02 15:20 
GeneralRe: boost::RegEx Pin
Jack Handy18-Apr-02 15:30
Jack Handy18-Apr-02 15:30 
GeneralVisual SourceSafe Pin
Peter Weyzen18-Apr-02 12:16
Peter Weyzen18-Apr-02 12:16 
GeneralRe: Visual SourceSafe Pin
Christopher Duncan18-Apr-02 13:52
Christopher Duncan18-Apr-02 13:52 
GeneralOdd Tree Behaviour Pin
Sara Burns18-Apr-02 11:01
Sara Burns18-Apr-02 11:01 
GeneralRe: Odd Tree Behaviour Pin
Shog918-Apr-02 12:46
sitebuilderShog918-Apr-02 12:46 
GeneralRe: Odd Tree Behaviour Pin
Sara Burns18-Apr-02 23:52
Sara Burns18-Apr-02 23:52 
GeneralRe: Odd Tree Behaviour Pin
Niklas L19-Apr-02 1:25
Niklas L19-Apr-02 1:25 
GeneralRe: Odd Tree Behaviour Pin
Sara Burns20-Apr-02 11:41
Sara Burns20-Apr-02 11:41 
GeneralExporting Visual Studio Settings Pin
18-Apr-02 10:21
suss18-Apr-02 10:21 
GeneralRe: Exporting Visual Studio Settings Pin
Mukkie19-Apr-02 7:06
Mukkie19-Apr-02 7:06 
GeneralControl Bar visibility Pin
Aaron Schaefer18-Apr-02 9:04
Aaron Schaefer18-Apr-02 9:04 
GeneralRe: Control Bar visibility Pin
Shog918-Apr-02 9:45
sitebuilderShog918-Apr-02 9:45 
GeneralRe: Control Bar visibility Pin
Aaron Schaefer18-Apr-02 9:55
Aaron Schaefer18-Apr-02 9:55 
GeneralResize Problem Pin
Peter Liddle18-Apr-02 8:39
Peter Liddle18-Apr-02 8:39 
GeneralRe: Resize Problem Pin
Matt Gullett18-Apr-02 8:48
Matt Gullett18-Apr-02 8:48 

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.