Click here to Skip to main content
15,916,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Get the path of a file Pin
Ruben93812-May-04 11:50
Ruben93812-May-04 11:50 
GeneralHexadecimal Pin
Roger H. Art12-May-04 7:34
sussRoger H. Art12-May-04 7:34 
GeneralRe: Hexadecimal Pin
David Crow12-May-04 7:41
David Crow12-May-04 7:41 
GeneralRe: Hexadecimal Pin
toxcct12-May-04 7:44
toxcct12-May-04 7:44 
QuestionHow to set up Windows XP theme for the controls Pin
Truong D. Toan12-May-04 7:07
Truong D. Toan12-May-04 7:07 
AnswerRe: How to set up Windows XP theme for the controls Pin
Joe Woodbury12-May-04 7:11
professionalJoe Woodbury12-May-04 7:11 
AnswerRe: How to set up Windows XP theme for the controls Pin
Prakash Nadar12-May-04 7:14
Prakash Nadar12-May-04 7:14 
GeneralNon Recursive Folder Traversal Pin
bikram singh12-May-04 6:15
bikram singh12-May-04 6:15 
The usual technique of traversing a folder and all it's sub-folders is pretty commonplace, but it suffers from the fact that the stack just might run out (sure, we can specify the stack size in vc, but we dont want to hog a lot of memory for the stack!).

What is a good way to use a non-recursive loop to traverse folders? Is there no solution apart from using "goto" statements? Eek! | :eek:


Bikram

GeneralRe: Non Recursive Folder Traversal Pin
David Crow12-May-04 6:31
David Crow12-May-04 6:31 
GeneralRe: Non Recursive Folder Traversal Pin
bikram singh12-May-04 6:39
bikram singh12-May-04 6:39 
GeneralRe: Non Recursive Folder Traversal Pin
David Crow12-May-04 7:39
David Crow12-May-04 7:39 
GeneralRe: Non Recursive Folder Traversal Pin
Jim Crafton12-May-04 6:33
Jim Crafton12-May-04 6:33 
GeneralRe: Non Recursive Folder Traversal Pin
Joe Woodbury12-May-04 10:27
professionalJoe Woodbury12-May-04 10:27 
GeneralRe: Non Recursive Folder Traversal Pin
David Crow13-May-04 2:16
David Crow13-May-04 2:16 
GeneralRe: Non Recursive Folder Traversal Pin
Joel Lucsy13-May-04 3:58
Joel Lucsy13-May-04 3:58 
GeneralCFileDialog inside CPropertySheet Pin
Maxer12-May-04 5:46
Maxer12-May-04 5:46 
GeneralRe: CFileDialog inside CPropertySheet Pin
David Crow12-May-04 6:33
David Crow12-May-04 6:33 
GeneralRe: CFileDialog inside CPropertySheet Pin
Maxer12-May-04 6:54
Maxer12-May-04 6:54 
GeneralRe: CFileDialog inside CPropertySheet Pin
David Crow12-May-04 6:58
David Crow12-May-04 6:58 
GeneralRe: CFileDialog inside CPropertySheet Pin
Maxer12-May-04 22:49
Maxer12-May-04 22:49 
GeneralRe: CFileDialog inside CPropertySheet Pin
David Crow13-May-04 2:14
David Crow13-May-04 2:14 
GeneralRe: CFileDialog inside CPropertySheet Pin
Maxer13-May-04 3:29
Maxer13-May-04 3:29 
GeneralRe: CFileDialog inside CPropertySheet Pin
David Crow13-May-04 3:42
David Crow13-May-04 3:42 
GeneralStatus Bar Help Required Pin
vikashparida12-May-04 5:46
vikashparida12-May-04 5:46 
GeneralRe: Status Bar Help Required Pin
toxcct12-May-04 7:25
toxcct12-May-04 7:25 

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.