Click here to Skip to main content
15,923,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionReally need your help(someting aobut the directions which shoule I choose!!) Pin
wanlim08172-Nov-06 4:42
wanlim08172-Nov-06 4:42 
AnswerRe: Really need your help(someting aobut the directions which shoule I choose!!) Pin
David Crow2-Nov-06 4:49
David Crow2-Nov-06 4:49 
GeneralRe: Really need your help(someting aobut the directions which shoule I choose!!) Pin
wanlim08172-Nov-06 5:16
wanlim08172-Nov-06 5:16 
GeneralRe: Really need your help(someting aobut the directions which shoule I choose!!) Pin
David Crow2-Nov-06 5:32
David Crow2-Nov-06 5:32 
GeneralRe: Really need your help(someting aobut the directions which shoule I choose!!) Pin
wanlim08172-Nov-06 5:43
wanlim08172-Nov-06 5:43 
GeneralRe: Really need your help(someting aobut the directions which shoule I choose!!) Pin
David Crow2-Nov-06 5:54
David Crow2-Nov-06 5:54 
QuestionEnumerating files in folder Pin
Imtiaz Murtaza2-Nov-06 4:37
Imtiaz Murtaza2-Nov-06 4:37 
AnswerRe: Enumerating files in folder Pin
David Crow2-Nov-06 4:46
David Crow2-Nov-06 4:46 
Imtiaz Murtaza wrote:
I want to enumerate all the files of extension *.mp3 in a certain folder.


If you are using MFC, use the CFileFind class. Otherwise, use the FindFirstFile()/FindNextFile() pair.

Imtiaz Murtaza wrote:
What i want is that i enumerate files upto certain "depth" of subfolders in the given folder. How can i do so ?


This can easily be handled via recursion.


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


Questionhelp Pin
Kiethnt2-Nov-06 4:13
Kiethnt2-Nov-06 4:13 
AnswerRe: help Pin
Cedric Moonen2-Nov-06 4:56
Cedric Moonen2-Nov-06 4:56 
AnswerRe: help Pin
normanS2-Nov-06 6:37
normanS2-Nov-06 6:37 
Questionhelp Pin
Kiethnt2-Nov-06 4:11
Kiethnt2-Nov-06 4:11 
QuestionConvert Time to CString? Pin
bosfan2-Nov-06 4:05
bosfan2-Nov-06 4:05 
AnswerRe: Convert Time to CString? Pin
bosfan2-Nov-06 4:16
bosfan2-Nov-06 4:16 
GeneralRe: Convert Time to CString? Pin
Niklas L2-Nov-06 21:42
Niklas L2-Nov-06 21:42 
QuestionDerived classes and over riding Pin
Waldermort2-Nov-06 3:41
Waldermort2-Nov-06 3:41 
AnswerRe: Derived classes and over riding Pin
benjymous2-Nov-06 4:22
benjymous2-Nov-06 4:22 
GeneralRe: Derived classes and over riding Pin
Waldermort2-Nov-06 4:55
Waldermort2-Nov-06 4:55 
AnswerRe: Derived classes and over riding Pin
Mark Salsbery2-Nov-06 8:15
Mark Salsbery2-Nov-06 8:15 
GeneralRe: Derived classes and over riding Pin
Waldermort2-Nov-06 9:43
Waldermort2-Nov-06 9:43 
AnswerRe: Derived classes and over riding Pin
Michael Dunn2-Nov-06 9:12
sitebuilderMichael Dunn2-Nov-06 9:12 
Questionassigning string to char Pin
Tara142-Nov-06 3:23
Tara142-Nov-06 3:23 
AnswerRe: assigning string to char Pin
David Crow2-Nov-06 3:28
David Crow2-Nov-06 3:28 
GeneralRe: assigning string to char Pin
Tara142-Nov-06 4:38
Tara142-Nov-06 4:38 
AnswerRe: assigning string to char Pin
bosfan2-Nov-06 4:23
bosfan2-Nov-06 4:23 

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.