Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: accessing parent variables from dialog mfc?? Pin
David Crow18-Apr-07 5:25
David Crow18-Apr-07 5:25 
GeneralRe: accessing parent variables from dialog mfc?? Pin
bimgot18-Apr-07 5:30
bimgot18-Apr-07 5:30 
QuestionVC++ Class Diagram resolution. Pin
oleg6317-Apr-07 10:08
professionaloleg6317-Apr-07 10:08 
QuestionHelp Pin
tanchinchee17-Apr-07 7:01
tanchinchee17-Apr-07 7:01 
AnswerRe: Help Pin
Arman S.17-Apr-07 7:19
Arman S.17-Apr-07 7:19 
GeneralRe: Help Pin
tanchinchee17-Apr-07 7:24
tanchinchee17-Apr-07 7:24 
QuestionRe: Help Pin
sthotakura17-Apr-07 7:45
sthotakura17-Apr-07 7:45 
AnswerRe: Help Pin
tanchinchee17-Apr-07 7:51
tanchinchee17-Apr-07 7:51 
GeneralRe: Help Pin
David Crow17-Apr-07 7:50
David Crow17-Apr-07 7:50 
GeneralRe: Help Pin
tanchinchee17-Apr-07 7:56
tanchinchee17-Apr-07 7:56 
AnswerRe: Help Pin
Maximilien17-Apr-07 7:23
Maximilien17-Apr-07 7:23 
GeneralRe: Help Pin
tanchinchee17-Apr-07 7:27
tanchinchee17-Apr-07 7:27 
QuestionRe: Help Pin
David Crow17-Apr-07 7:51
David Crow17-Apr-07 7:51 
AnswerRe: Help Pin
tanchinchee17-Apr-07 8:01
tanchinchee17-Apr-07 8:01 
QuestionRe: Help Pin
David Crow17-Apr-07 8:03
David Crow17-Apr-07 8:03 
AnswerRe: Help Pin
tanchinchee17-Apr-07 8:05
tanchinchee17-Apr-07 8:05 
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 

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.