Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHello a problem with Cstring :) Pin
Mahhouraaaaaa13-Jun-06 6:16
Mahhouraaaaaa13-Jun-06 6:16 
AnswerRe: Hello a problem with Cstring :) Pin
Neil Van Eps13-Jun-06 6:17
Neil Van Eps13-Jun-06 6:17 
GeneralRe: Hello a problem with Cstring :) Pin
Mahhouraaaaaa13-Jun-06 6:23
Mahhouraaaaaa13-Jun-06 6:23 
JokeRe: Hello a problem with Cstring :) Pin
Laxman Auti13-Jun-06 19:32
Laxman Auti13-Jun-06 19:32 
QuestionGUID array assignment issue Pin
act_x13-Jun-06 5:51
act_x13-Jun-06 5:51 
Questionaccessing a networked hard drive Pin
69 Bay13-Jun-06 5:50
69 Bay13-Jun-06 5:50 
AnswerRe: accessing a networked hard drive Pin
David Crow13-Jun-06 6:00
David Crow13-Jun-06 6:00 
GeneralRe: accessing a networked hard drive Pin
69 Bay13-Jun-06 6:11
69 Bay13-Jun-06 6:11 
Thanks for looking

I am experimenting at the moment and using :

FILE *fMyFile;
fMyFile = fopen("\\\\Machine_2\\C\\MyFolder\\MyFile.txt", "r");
if(fMyFile!=NULL)
fclose(fMyFile);

Each time I try this, fMyFile comes back as NULL !

Thanks again
Mike
QuestionRe: accessing a networked hard drive Pin
David Crow13-Jun-06 6:16
David Crow13-Jun-06 6:16 
GeneralRe: accessing a networked hard drive Pin
69 Bay13-Jun-06 6:21
69 Bay13-Jun-06 6:21 
AnswerRe: accessing a networked hard drive [modified] Pin
bob1697213-Jun-06 6:06
bob1697213-Jun-06 6:06 
GeneralRe: accessing a networked hard drive Pin
69 Bay13-Jun-06 6:22
69 Bay13-Jun-06 6:22 
QuestionGetFirstView Position() Pin
DanYELL13-Jun-06 5:47
DanYELL13-Jun-06 5:47 
AnswerRe: GetFirstView Position() Pin
led mike13-Jun-06 5:55
led mike13-Jun-06 5:55 
QuestionRe: GetFirstView Position() Pin
David Crow13-Jun-06 6:02
David Crow13-Jun-06 6:02 
AnswerRe: GetFirstView Position() Pin
led mike13-Jun-06 8:55
led mike13-Jun-06 8:55 
QuestionProblem with termination of a thread Pin
SWDevil13-Jun-06 5:44
SWDevil13-Jun-06 5:44 
AnswerRe: Problem with termination of a thread Pin
Justin Tay13-Jun-06 5:56
Justin Tay13-Jun-06 5:56 
AnswerRe: Problem with termination of a thread Pin
led mike13-Jun-06 5:56
led mike13-Jun-06 5:56 
AnswerRe: Problem with termination of a thread Pin
David Crow13-Jun-06 6:03
David Crow13-Jun-06 6:03 
AnswerRe: Problem with termination of a thread Pin
Zac Howland13-Jun-06 6:27
Zac Howland13-Jun-06 6:27 
AnswerRe: Problem with termination of a thread Pin
Jun Du13-Jun-06 8:43
Jun Du13-Jun-06 8:43 
QuestionCString Array Pin
si_6913-Jun-06 5:29
si_6913-Jun-06 5:29 
AnswerRe: CString Array Pin
Jun Du13-Jun-06 5:38
Jun Du13-Jun-06 5:38 
GeneralRe: CString Array Pin
si_6913-Jun-06 5:42
si_6913-Jun-06 5:42 

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.