Click here to Skip to main content
16,016,425 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl and integral number of rows Pin
Chris Richardson14-Feb-03 8:28
Chris Richardson14-Feb-03 8:28 
GeneralRe: CListCtrl and integral number of rows Pin
Harold Bamford14-Feb-03 9:01
Harold Bamford14-Feb-03 9:01 
GeneralRe: CListCtrl and integral number of rows Pin
Chris Richardson14-Feb-03 9:04
Chris Richardson14-Feb-03 9:04 
GeneralRe: CListCtrl and integral number of rows Pin
Harold Bamford14-Feb-03 9:14
Harold Bamford14-Feb-03 9:14 
Generalaccessing the checkboxes of a treeview Pin
nitingonsalves14-Feb-03 7:40
nitingonsalves14-Feb-03 7:40 
GeneralRe: accessing the checkboxes of a treeview Pin
palbano14-Feb-03 8:34
palbano14-Feb-03 8:34 
GeneralSearching files for string Pin
john john mackey14-Feb-03 7:35
john john mackey14-Feb-03 7:35 
GeneralRe: Searching files for string Pin
KingTermite14-Feb-03 7:51
KingTermite14-Feb-03 7:51 
If you already are getting the filenames themselves, then the hard part is done. I've not used the built in regular expressions, but I know there are public domain regular expression classes/libraries out there.

However, there is an even easier way. If you already have them available to you, can you just use strstr() and see if it passes or fails. If you are using CStrings, then I'm sure there is an equivalent method, like substring() or something of the sort.

There are only 10 types of people in this world....those that understand binary, and those that do not.
GeneralRe: Searching files for string Pin
valikac14-Feb-03 14:26
valikac14-Feb-03 14:26 
GeneralWinAPI and serial ports -- baud rates Pin
KingTermite14-Feb-03 7:23
KingTermite14-Feb-03 7:23 
GeneralResources in .NET projects Pin
Jörgen Sigvardsson14-Feb-03 7:05
Jörgen Sigvardsson14-Feb-03 7:05 
GeneralRegistry default value Pin
LukeV14-Feb-03 5:13
LukeV14-Feb-03 5:13 
GeneralRe: Registry default value Pin
Jon Hulatt14-Feb-03 5:38
Jon Hulatt14-Feb-03 5:38 
Generalcreating a folder Pin
Anonymous14-Feb-03 5:09
Anonymous14-Feb-03 5:09 
GeneralRe: creating a folder Pin
Joaquín M López Muñoz14-Feb-03 5:12
Joaquín M López Muñoz14-Feb-03 5:12 
GeneralRe: creating a folder Pin
Anonymous14-Feb-03 5:20
Anonymous14-Feb-03 5:20 
Generaldebugging win32 console applications Pin
tlinetrader14-Feb-03 5:03
tlinetrader14-Feb-03 5:03 
GeneralRe: debugging win32 console applications Pin
Joaquín M López Muñoz14-Feb-03 5:13
Joaquín M López Muñoz14-Feb-03 5:13 
GeneralRe: debugging win32 console applications Pin
tlinetrader14-Feb-03 5:24
tlinetrader14-Feb-03 5:24 
QuestionHow to logon to a remote machine on the LAN and start a process? Pin
The.Saint14-Feb-03 4:48
The.Saint14-Feb-03 4:48 
GeneralIClassFactory2 Pin
Raphael Amorim14-Feb-03 3:59
professionalRaphael Amorim14-Feb-03 3:59 
GeneralRe: IClassFactory2 Pin
Jörgen Sigvardsson14-Feb-03 11:28
Jörgen Sigvardsson14-Feb-03 11:28 
GeneralPc without Visual C++ crashes wenn writing/reading files Pin
Willem B14-Feb-03 3:51
Willem B14-Feb-03 3:51 
GeneralRe: Pc without Visual C++ crashes wenn writing/reading files Pin
AlexO14-Feb-03 4:31
AlexO14-Feb-03 4:31 
GeneralRe: Pc without Visual C++ crashes wenn writing/reading files Pin
Roger Allen14-Feb-03 4:31
Roger Allen14-Feb-03 4:31 

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.