Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Real time directory listing Pin
Anurag Gandhi23-Jul-07 3:29
professionalAnurag Gandhi23-Jul-07 3:29 
GeneralRe: Real time directory listing Pin
KirkNarine23-Jul-07 4:11
KirkNarine23-Jul-07 4:11 
AnswerRe: Real time directory listing Pin
David Crow23-Jul-07 3:32
David Crow23-Jul-07 3:32 
GeneralRe: Real time directory listing Pin
KirkNarine23-Jul-07 4:13
KirkNarine23-Jul-07 4:13 
GeneralRe: Real time directory listing Pin
David Crow23-Jul-07 4:20
David Crow23-Jul-07 4:20 
AnswerRe: Real time directory listing Pin
Abhijeet Pathak23-Jul-07 3:36
Abhijeet Pathak23-Jul-07 3:36 
GeneralRe: Real time directory listing Pin
KirkNarine23-Jul-07 4:14
KirkNarine23-Jul-07 4:14 
AnswerRe: Real time directory listing Pin
Abhijeet Pathak23-Jul-07 4:19
Abhijeet Pathak23-Jul-07 4:19 
Yes, the following article on CP shows how to use Boost libraries for directory listing:
http://www.codeproject.com/useritems/find_file.asp

and the following one shows how to do the same without using Boost libraries i.e. by using Win32 API functions like FindFirstFile() etc.
http://www.codeproject.com/cpp/recursedir.asp

And, I guess, the second method would be best, because it will eliminate dependencies on Boost libraries as it uses core API functions.

Smile | :)
GeneralRe: Real time directory listing Pin
KirkNarine23-Jul-07 4:25
KirkNarine23-Jul-07 4:25 
AnswerRe: Real time directory listing Pin
Hamid_RT31-Jul-07 20:05
Hamid_RT31-Jul-07 20:05 
QuestionVisual Studio 2005 windows layout Pin
Demian Panello23-Jul-07 3:18
Demian Panello23-Jul-07 3:18 
AnswerRe: Visual Studio 2005 windows layout Pin
Abhijeet Pathak23-Jul-07 3:44
Abhijeet Pathak23-Jul-07 3:44 
GeneralRe: Visual Studio 2005 windows layout Pin
Demian Panello23-Jul-07 4:03
Demian Panello23-Jul-07 4:03 
GeneralRe: Visual Studio 2005 windows layout Pin
Mark Salsbery23-Jul-07 5:47
Mark Salsbery23-Jul-07 5:47 
GeneralRe: Visual Studio 2005 windows layout Pin
Abhijeet Pathak23-Jul-07 6:01
Abhijeet Pathak23-Jul-07 6:01 
GeneralRe: Visual Studio 2005 windows layout Pin
Mark Salsbery23-Jul-07 6:10
Mark Salsbery23-Jul-07 6:10 
GeneralRe: Visual Studio 2005 windows layout Pin
Demian Panello23-Jul-07 6:37
Demian Panello23-Jul-07 6:37 
Questioncreation of radio buttons using vc++ Pin
shailaja01623-Jul-07 3:03
shailaja01623-Jul-07 3:03 
AnswerRe: creation of radio buttons using vc++ Pin
shailaja01623-Jul-07 3:58
shailaja01623-Jul-07 3:58 
QuestionRe: creation of radio buttons using vc++ Pin
Hamid_RT31-Jul-07 20:01
Hamid_RT31-Jul-07 20:01 
Questioncreation of radio buttons using c++ Pin
shailaja01623-Jul-07 3:03
shailaja01623-Jul-07 3:03 
AnswerRe: creation of radio buttons using c++ Pin
David Crow23-Jul-07 3:36
David Crow23-Jul-07 3:36 
AnswerRe: creation of radio buttons using c++ Pin
Nelek23-Jul-07 4:35
protectorNelek23-Jul-07 4:35 
AnswerRe: creation of radio buttons using c++ Pin
Hamid_RT31-Jul-07 20:00
Hamid_RT31-Jul-07 20:00 
Questionwriting lexer for our own language Pin
mirraa23-Jul-07 1:21
mirraa23-Jul-07 1:21 

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.