Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Help Pin
David Crow17-Apr-07 8:15
David Crow17-Apr-07 8:15 
AnswerMessage Closed Pin
17-Apr-07 8:24
tanchinchee17-Apr-07 8:24 
QuestionRe: Help Pin
David Crow17-Apr-07 8:27
David Crow17-Apr-07 8:27 
AnswerRe: Help Pin
tanchinchee17-Apr-07 8:33
tanchinchee17-Apr-07 8:33 
QuestionRe: Help Pin
David Crow17-Apr-07 8:40
David Crow17-Apr-07 8:40 
AnswerRe: Help Pin
tanchinchee17-Apr-07 8:43
tanchinchee17-Apr-07 8:43 
QuestionHelp needed in loading file! Pin
cyn817-Apr-07 6:22
cyn817-Apr-07 6:22 
QuestionRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 6:33
Mark Salsbery17-Apr-07 6:33 
cyn8 wrote:
When i debug, i found out that under outputdata>_Fb>_Str, _Str value is 0x00000000 {???}. This causes the file unable to open.


Confused | :confused: I don't see any code like this. What am I missing?

This is the file open code I see:
CString file;
file="abc.txt";
std::ifstream outputdata;
outputdata.open(file), ios::in);


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

AnswerRe: Help needed in loading file! Pin
cyn817-Apr-07 6:41
cyn817-Apr-07 6:41 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 7:07
Mark Salsbery17-Apr-07 7:07 
GeneralRe: Help needed in loading file! Pin
cyn817-Apr-07 7:16
cyn817-Apr-07 7:16 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 7:19
Mark Salsbery17-Apr-07 7:19 
GeneralRe: Help needed in loading file! Pin
cyn817-Apr-07 7:44
cyn817-Apr-07 7:44 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 7:58
Mark Salsbery17-Apr-07 7:58 
GeneralRe: Help needed in loading file! Pin
cyn817-Apr-07 8:13
cyn817-Apr-07 8:13 
QuestionRe: Help needed in loading file! Pin
David Crow17-Apr-07 8:19
David Crow17-Apr-07 8:19 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 8:27
Mark Salsbery17-Apr-07 8:27 
GeneralRe: Help needed in loading file! Pin
cyn817-Apr-07 8:33
cyn817-Apr-07 8:33 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 8:37
Mark Salsbery17-Apr-07 8:37 
GeneralRe: Help needed in loading file! Pin
cyn817-Apr-07 8:49
cyn817-Apr-07 8:49 
GeneralRe: Help needed in loading file! Pin
David Crow17-Apr-07 8:54
David Crow17-Apr-07 8:54 
GeneralRe: Help needed in loading file! Pin
cyn817-Apr-07 9:00
cyn817-Apr-07 9:00 
GeneralRe: Help needed in loading file! Pin
David Crow17-Apr-07 10:10
David Crow17-Apr-07 10:10 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 12:36
Mark Salsbery17-Apr-07 12:36 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 9:00
Mark Salsbery17-Apr-07 9:00 

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.