Click here to Skip to main content
15,905,607 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Slicing std::valarray using references? Pin
Code-o-mat2-Sep-09 5:11
Code-o-mat2-Sep-09 5:11 
GeneralRe: Slicing std::valarray using references? Pin
misterMF2-Sep-09 11:09
misterMF2-Sep-09 11:09 
QuestionI am a noob in .dll files help me! Pin
S_A_E_E_D1-Sep-09 23:49
S_A_E_E_D1-Sep-09 23:49 
AnswerRe: I am a noob in .dll files help me! Pin
Cedric Moonen2-Sep-09 0:01
Cedric Moonen2-Sep-09 0:01 
GeneralRe: I am a noob in .dll files help me! Pin
S_A_E_E_D2-Sep-09 0:41
S_A_E_E_D2-Sep-09 0:41 
AnswerRe: I am a noob in .dll files help me! Pin
Stephen Hewitt2-Sep-09 0:07
Stephen Hewitt2-Sep-09 0:07 
QuestionCeRemoveDirectory deletes only empty directroy,How can delete directory with existing files? Pin
Le@rner1-Sep-09 23:44
Le@rner1-Sep-09 23:44 
AnswerRe: CeRemoveDirectory deletes only empty directroy,How can delete directory with existing files? Pin
Chuck O'Toole2-Sep-09 2:24
Chuck O'Toole2-Sep-09 2:24 
Recursively loop over the folder contents deleteing all the files individually. If you hit a file that is a folder, recurse and delete all the files therein and then you can remove the folder itself. Finally, remove the outer folder.

Acutally writing the code to do this is an exercise for the student and will teach you tons of stuff about files / folders / searches / etc. It will serve you well in later life.
AnswerRe: CeRemoveDirectory deletes only empty directroy,How can delete directory with existing files? Pin
David Crow2-Sep-09 2:44
David Crow2-Sep-09 2:44 
QuestionHow to detect ERRORS in Microsoft Visual Studio 2008 Pin
deadlyabbas1-Sep-09 23:04
deadlyabbas1-Sep-09 23:04 
AnswerRe: How to detect ERRORS in Microsoft Visual Studio 2008 Pin
_AnsHUMAN_ 1-Sep-09 23:09
_AnsHUMAN_ 1-Sep-09 23:09 
Questionerror to compile Pin
programmer2021-Sep-09 22:21
programmer2021-Sep-09 22:21 
AnswerRe: error to compile Pin
«_Superman_»1-Sep-09 22:25
professional«_Superman_»1-Sep-09 22:25 
GeneralRe: error to compile Pin
programmer2022-Sep-09 22:07
programmer2022-Sep-09 22:07 
AnswerRe: error to compile Pin
Cagarrin1-Sep-09 22:58
Cagarrin1-Sep-09 22:58 
GeneralRe: error to compile Pin
programmer2022-Sep-09 22:08
programmer2022-Sep-09 22:08 
AnswerRe: error to compile Pin
David Crow2-Sep-09 2:48
David Crow2-Sep-09 2:48 
GeneralRe: error to compile Pin
programmer2022-Sep-09 22:08
programmer2022-Sep-09 22:08 
QuestionWindProc function in DLL ? Pin
Ranojay1-Sep-09 22:14
Ranojay1-Sep-09 22:14 
AnswerRe: WindProc function in DLL ? Pin
Randor 1-Sep-09 22:45
professional Randor 1-Sep-09 22:45 
GeneralRe: WindProc function in DLL ? Pin
Ranojay2-Sep-09 1:09
Ranojay2-Sep-09 1:09 
GeneralRe: WindProc function in DLL ? Pin
Randor 2-Sep-09 8:33
professional Randor 2-Sep-09 8:33 
GeneralRe: WindProc function in DLL ? Pin
Ranojay2-Sep-09 18:46
Ranojay2-Sep-09 18:46 
GeneralRe: WindProc function in DLL ? Pin
Randor 2-Sep-09 22:07
professional Randor 2-Sep-09 22:07 
QuestionOnWizardFinish Pin
john56321-Sep-09 20:28
john56321-Sep-09 20:28 

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.