Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Unable to run an executable from command prompt in MFC Pin
David Crow10-Oct-09 4:22
David Crow10-Oct-09 4:22 
QuestionConverting Jultion Date/Time to Normal Calender Date & Time Pin
dipuks9-Oct-09 11:50
dipuks9-Oct-09 11:50 
AnswerRe: Converting Jultion Date/Time to Normal Calender Date & Time Pin
David Crow9-Oct-09 17:16
David Crow9-Oct-09 17:16 
AnswerRe: Converting Jultion Date/Time to Normal Calender Date & Time Pin
Richard MacCutchan9-Oct-09 22:55
mveRichard MacCutchan9-Oct-09 22:55 
QuestionWant to know about storing the output of FindFirstFile() and FindNextFile() in an array Pin
WindowsVsLinux9-Oct-09 9:40
WindowsVsLinux9-Oct-09 9:40 
AnswerRe: Want to know about storing the output of FindFirstFile() and FindNextFile() in an array Pin
includeh109-Oct-09 18:12
includeh109-Oct-09 18:12 
GeneralRe: Want to know about storing the output of FindFirstFile() and FindNextFile() in an array Pin
WindowsVsLinux9-Oct-09 19:55
WindowsVsLinux9-Oct-09 19:55 
GeneralRe: Want to know about storing the output of FindFirstFile() and FindNextFile() in an array Pin
Richard MacCutchan9-Oct-09 23:04
mveRichard MacCutchan9-Oct-09 23:04 
Firstly you cannot just store a string to an array, it needs to be copied from FindFileData.cFileName to some memory buffer, in order to use it later in the program. Secondly you have not allocated any space to your array so you cannot store anything in it. Thirdly your array is of the wrong type; but you knew that because the compiler told you.

I would suggest working through some basic C++ examples of using different types and arrays before tackling such an advanced project as this.
GeneralRe: Want to know about storing the output of FindFirstFile() and FindNextFile() in an array Pin
WindowsVsLinux9-Oct-09 23:49
WindowsVsLinux9-Oct-09 23:49 
GeneralRe: Want to know about storing the output of FindFirstFile() and FindNextFile() in an array Pin
Richard MacCutchan10-Oct-09 0:15
mveRichard MacCutchan10-Oct-09 0:15 
GeneralIs there any way to store the output of FindFirstFile() and FindNextFile() in an array Pin
WindowsVsLinux10-Oct-09 23:21
WindowsVsLinux10-Oct-09 23:21 
Questionturbo c codes.. need help Pin
Tabang9-Oct-09 7:05
Tabang9-Oct-09 7:05 
AnswerRe: turbo c codes.. need help Pin
Richard MacCutchan9-Oct-09 7:17
mveRichard MacCutchan9-Oct-09 7:17 
QuestionRe: turbo c codes.. need help Pin
David Crow9-Oct-09 7:32
David Crow9-Oct-09 7:32 
AnswerRe: turbo c codes.. need help Pin
Nemanja Trifunovic9-Oct-09 7:37
Nemanja Trifunovic9-Oct-09 7:37 
GeneralRe: turbo c codes.. need help Pin
David Crow9-Oct-09 7:45
David Crow9-Oct-09 7:45 
GeneralRe: turbo c codes.. need help Pin
CPallini9-Oct-09 8:27
mveCPallini9-Oct-09 8:27 
GeneralRe: turbo c codes.. need help Pin
Tabang9-Oct-09 19:07
Tabang9-Oct-09 19:07 
GeneralRe: turbo c codes.. need help Pin
Tabang9-Oct-09 19:04
Tabang9-Oct-09 19:04 
AnswerRe: turbo c codes.. need help Pin
Tabang9-Oct-09 12:59
Tabang9-Oct-09 12:59 
GeneralRe: turbo c codes.. need help Pin
theCPkid9-Oct-09 22:57
theCPkid9-Oct-09 22:57 
AnswerRe: turbo c codes.. need help Pin
CPallini9-Oct-09 12:18
mveCPallini9-Oct-09 12:18 
AnswerRe: turbo c codes.. need help Pin
theCPkid9-Oct-09 22:48
theCPkid9-Oct-09 22:48 
GeneralRe: turbo c codes.. need help Pin
Tabang10-Oct-09 6:13
Tabang10-Oct-09 6:13 
GeneralRe: turbo c codes.. need help Pin
Tabang10-Oct-09 6:58
Tabang10-Oct-09 6:58 

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.