Click here to Skip to main content
15,900,815 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: finding files with a certain extension Pin
shortwave16-Apr-06 3:19
shortwave16-Apr-06 3:19 
GeneralRe: finding files with a certain extension Pin
SWDevil16-Apr-06 3:32
SWDevil16-Apr-06 3:32 
GeneralRe: finding files with a certain extension Pin
shortwave16-Apr-06 3:57
shortwave16-Apr-06 3:57 
GeneralRe: finding files with a certain extension Pin
SWDevil16-Apr-06 4:07
SWDevil16-Apr-06 4:07 
QuestionRe: finding files with a certain extension Pin
David Crow17-Apr-06 3:51
David Crow17-Apr-06 3:51 
GeneralRe: finding files with a certain extension Pin
David Crow17-Apr-06 3:50
David Crow17-Apr-06 3:50 
GeneralRe: finding files with a certain extension Pin
David Crow17-Apr-06 3:49
David Crow17-Apr-06 3:49 
AnswerRe: finding files with a certain extension Pin
Saurabh.Garg16-Apr-06 6:06
Saurabh.Garg16-Apr-06 6:06 
what you can do is determine the extension of the file using GetFileName and GetFileTitle. Then for each charcter in extension check if its a digit using isDigit function. If all the characters in extension are digit then keep file else move to next file.

-Saurabh
AnswerRe: finding files with a certain extension Pin
Michael Dunn16-Apr-06 6:15
sitebuilderMichael Dunn16-Apr-06 6:15 
QuestionHow to make notebad save his ducment from my program Pin
shortwave16-Apr-06 2:07
shortwave16-Apr-06 2:07 
AnswerRe: How to make notebad save his ducment from my program Pin
Michael Dunn16-Apr-06 6:16
sitebuilderMichael Dunn16-Apr-06 6:16 
AnswerRe: How to make notebad save his ducment from my program Pin
Hamid_RT16-Apr-06 6:44
Hamid_RT16-Apr-06 6:44 
QuestionScroll in edit box Pin
Naziayacoob16-Apr-06 0:01
Naziayacoob16-Apr-06 0:01 
AnswerRe: Scroll in edit box Pin
Stephen Hewitt16-Apr-06 0:46
Stephen Hewitt16-Apr-06 0:46 
QuestionDisplay 'preview' of my web cam using direct show Pin
YaronNir15-Apr-06 22:44
YaronNir15-Apr-06 22:44 
QuestionWin32 Pin
Tran Ngoc Minh15-Apr-06 21:20
Tran Ngoc Minh15-Apr-06 21:20 
AnswerRe: Win32 Pin
Stephen Hewitt15-Apr-06 22:08
Stephen Hewitt15-Apr-06 22:08 
AnswerRe: Win32 Pin
Hamid_RT16-Apr-06 6:57
Hamid_RT16-Apr-06 6:57 
QuestionThose little Indians Pin
Waldermort15-Apr-06 19:34
Waldermort15-Apr-06 19:34 
AnswerRe: Those little Indians Pin
Maxwell Chen16-Apr-06 0:04
Maxwell Chen16-Apr-06 0:04 
QuestionVC++ 6 problem Pin
shormi15-Apr-06 18:32
shormi15-Apr-06 18:32 
AnswerRe: VC++ 6 problem Pin
Ryan Binns15-Apr-06 22:01
Ryan Binns15-Apr-06 22:01 
GeneralRe: VC++ 6 problem Pin
shormi15-Apr-06 22:04
shormi15-Apr-06 22:04 
QuestionGet class info from file. ERROR? Pin
Virlene Cheng15-Apr-06 18:25
Virlene Cheng15-Apr-06 18:25 
AnswerRe: Get class info from file. ERROR? Pin
Stephen Hewitt15-Apr-06 18:35
Stephen Hewitt15-Apr-06 18:35 

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.