Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to resolve such compile errors in VC++2005 Pin
kcynic13-Dec-07 18:19
kcynic13-Dec-07 18:19 
AnswerRe: How to resolve such compile errors in VC++2005 Pin
Mark Salsbery13-Dec-07 19:27
Mark Salsbery13-Dec-07 19:27 
GeneralRe: How to resolve such compile errors in VC++2005 Pin
kcynic13-Dec-07 19:40
kcynic13-Dec-07 19:40 
GeneralRe: How to resolve such compile errors in VC++2005 Pin
Mark Salsbery13-Dec-07 19:49
Mark Salsbery13-Dec-07 19:49 
GeneralRe: How to resolve such compile errors in VC++2005 Pin
kcynic13-Dec-07 19:57
kcynic13-Dec-07 19:57 
GeneralRe: How to resolve such compile errors in VC++2005 Pin
buidinhba514-Sep-08 17:05
buidinhba514-Sep-08 17:05 
QuestionHow to count number of files in a folder Pin
santhoshv8413-Dec-07 18:17
santhoshv8413-Dec-07 18:17 
AnswerRe: How to count number of files in a folder Pin
kcynic13-Dec-07 18:28
kcynic13-Dec-07 18:28 
you can use _findfirst() and _findnext().
The second function use the return value of the first function to retrieve.
You can see more details in MSDN.

But you should pay attention to the two found results,whose name is "." and "..",they are the current folder and its parent folder!
You can test in MS-DOS.
GeneralRe: How to count number of files in a folder Pin
santhoshv8413-Dec-07 18:46
santhoshv8413-Dec-07 18:46 
GeneralRe: How to count number of files in a folder Pin
Hamid_RT14-Dec-07 20:04
Hamid_RT14-Dec-07 20:04 
GeneralSeraching criteria Pin
neha.agarwal2713-Dec-07 17:55
neha.agarwal2713-Dec-07 17:55 
GeneralRe: Seraching criteria Pin
Karismatic13-Dec-07 19:09
Karismatic13-Dec-07 19:09 
GeneralRe: Seraching criteria Pin
vijay_aroli13-Dec-07 19:17
vijay_aroli13-Dec-07 19:17 
GeneralConsole application and MFC-DLL application Pin
CodingLover13-Dec-07 17:15
CodingLover13-Dec-07 17:15 
GeneralDetecting internet connection using InternetGetConnectedState in VC++ Pin
Kogee San13-Dec-07 16:58
Kogee San13-Dec-07 16:58 
GeneralRe: Detecting internet connection using InternetGetConnectedState in VC++[Modified] Pin
Naveen13-Dec-07 17:11
Naveen13-Dec-07 17:11 
GeneralRe: Detecting internet connection using InternetGetConnectedState in VC++[Modified] Pin
Kogee San13-Dec-07 17:19
Kogee San13-Dec-07 17:19 
GeneralRe: Detecting internet connection using InternetGetConnectedState in VC++[Modified] Pin
Naveen13-Dec-07 18:34
Naveen13-Dec-07 18:34 
GeneralRe: Detecting internet connection using InternetGetConnectedState in VC++[Modified] Pin
David Crow14-Dec-07 3:40
David Crow14-Dec-07 3:40 
GeneralRe: Detecting internet connection using InternetGetConnectedState in VC++[Modified] Pin
Kogee San16-Dec-07 14:28
Kogee San16-Dec-07 14:28 
GeneralTemplate Pin
james_dixon_200813-Dec-07 15:23
james_dixon_200813-Dec-07 15:23 
GeneralRe: Template Pin
Mark Salsbery13-Dec-07 16:26
Mark Salsbery13-Dec-07 16:26 
GeneralRe: Template Pin
james_dixon_200813-Dec-07 17:19
james_dixon_200813-Dec-07 17:19 
GeneralRe: Template Pin
Mark Salsbery13-Dec-07 18:50
Mark Salsbery13-Dec-07 18:50 
GeneralRe: Template Pin
Nibu babu thomas13-Dec-07 16:32
Nibu babu thomas13-Dec-07 16:32 

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.