Click here to Skip to main content
15,888,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Unable to run an executable from command prompt in MFC Pin
Kiran Satish9-Oct-09 17:37
Kiran Satish9-Oct-09 17:37 
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 
Hi includeh10,
i use character array data type for firstdir.

char firstdir[]="";
firstdir=FindFileData.cFileName;
i got following error
incompatible types in assignment of `CHAR[260]' to `char[1]'
and if i declare
char firstdir[MAX_PATH];
firstdir=FindFileData.cFileName;

I got the following error
ISO C++ forbids assignment of arrays(in gcc compiler) and left operand must be l-value(in Visual C++ compiler).
please suggest me can i store the output from FindFileData.cFileName in an array.Actually its necessary to store the output in an array.
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 
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 

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.