Click here to Skip to main content
15,884,099 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Project files are compiling always Pin
Cedric Moonen27-Feb-06 1:15
Cedric Moonen27-Feb-06 1:15 
QuestionPrinting Pin
Subramaniam s.V.26-Feb-06 22:44
Subramaniam s.V.26-Feb-06 22:44 
AnswerRe: Printing Pin
Dennis Gourjii26-Feb-06 23:50
Dennis Gourjii26-Feb-06 23:50 
GeneralRe: Printing Pin
Subramaniam s.V.27-Feb-06 0:17
Subramaniam s.V.27-Feb-06 0:17 
GeneralRe: Printing Pin
Dennis Gourjii27-Feb-06 0:35
Dennis Gourjii27-Feb-06 0:35 
QuestionCounting number of files Pin
theprinc26-Feb-06 22:42
theprinc26-Feb-06 22:42 
AnswerRe: Counting number of files Pin
Nibu babu thomas26-Feb-06 22:45
Nibu babu thomas26-Feb-06 22:45 
AnswerRe: Counting number of files Pin
Dennis Gourjii26-Feb-06 23:55
Dennis Gourjii26-Feb-06 23:55 
Something makes me think there is no faster way. I mean if there was one why would it take Explorer so long to count the number of files when you invoke Properties command for a particularly huge directory?
Try optimizing your recursive function instead. After all, it gets called over and over again and if by chance it contains unoptimized code... well, it'll slow down for a reason.
AnswerRe: Counting number of files Pin
ThatsAlok26-Feb-06 23:56
ThatsAlok26-Feb-06 23:56 
AnswerRe: Counting number of files Pin
David Crow27-Feb-06 2:49
David Crow27-Feb-06 2:49 
QuestionDetecting change printer change settings Pin
loneadam200026-Feb-06 21:44
loneadam200026-Feb-06 21:44 
QuestionWhy gethostbyname(hostname) returns NULL ? Pin
fearless stallion26-Feb-06 20:59
fearless stallion26-Feb-06 20:59 
AnswerRe: Why gethostbyname(hostname) returns NULL ? Pin
Nibu babu thomas26-Feb-06 21:03
Nibu babu thomas26-Feb-06 21:03 
GeneralRe: Why gethostbyname(hostname) returns NULL ? Pin
fearless stallion26-Feb-06 21:22
fearless stallion26-Feb-06 21:22 
Questionsetting focus in list-view controls Pin
Waldermort26-Feb-06 20:34
Waldermort26-Feb-06 20:34 
AnswerRe: setting focus in list-view controls Pin
Naveen26-Feb-06 20:54
Naveen26-Feb-06 20:54 
GeneralRe: setting focus in list-view controls Pin
Waldermort26-Feb-06 23:48
Waldermort26-Feb-06 23:48 
AnswerRe: setting focus in list-view controls Pin
Naveen27-Feb-06 0:00
Naveen27-Feb-06 0:00 
GeneralRe: setting focus in list-view controls Pin
Dennis Gourjii27-Feb-06 0:01
Dennis Gourjii27-Feb-06 0:01 
GeneralRe: setting focus in list-view controls Pin
Nibu babu thomas27-Feb-06 0:11
Nibu babu thomas27-Feb-06 0:11 
GeneralRe: setting focus in list-view controls Pin
Waldermort27-Feb-06 0:58
Waldermort27-Feb-06 0:58 
GeneralRe: setting focus in list-view controls Pin
Nibu babu thomas27-Feb-06 1:36
Nibu babu thomas27-Feb-06 1:36 
GeneralRe: setting focus in list-view controls Pin
Waldermort27-Feb-06 1:56
Waldermort27-Feb-06 1:56 
AnswerRe: setting focus in list-view controls Pin
David Crow27-Feb-06 2:52
David Crow27-Feb-06 2:52 
GeneralRe: setting focus in list-view controls Pin
Waldermort27-Feb-06 3:16
Waldermort27-Feb-06 3:16 

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.