Click here to Skip to main content
15,901,871 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to minimize the window? Pin
toxcct8-Dec-04 21:42
toxcct8-Dec-04 21:42 
GeneralLstCtrl::FindItem() doubt Pin
xcavin8-Dec-04 0:08
xcavin8-Dec-04 0:08 
GeneralRe: LstCtrl::FindItem() doubt Pin
David Crow8-Dec-04 2:43
David Crow8-Dec-04 2:43 
GeneralQuestion concerning IO file Pin
tpndtbk7-Dec-04 22:19
tpndtbk7-Dec-04 22:19 
GeneralRe: Question concerning IO file Pin
ThatsAlok8-Dec-04 1:25
ThatsAlok8-Dec-04 1:25 
GeneralRe: Question concerning IO file Pin
tpndtbk8-Dec-04 4:18
tpndtbk8-Dec-04 4:18 
GeneralRe: Question concerning IO file Pin
David Crow8-Dec-04 5:06
David Crow8-Dec-04 5:06 
GeneralRe: Question concerning IO file Pin
RChin8-Dec-04 5:53
RChin8-Dec-04 5:53 
As with David's comment above, but also be aware of the location that your file is being created.

tpndtbk wrote:
fout = new fstream("data.dat", ios::in | ios::out | ios::binary);

You supplied only the filename, not a definite path, which means that the file will be created in the current directory. This, in most cases, may very well be in your ..\debug\ subfolder.




I Dream of Absolute Zero

GeneralRe: Question concerning IO file Pin
tpndtbk8-Dec-04 21:36
tpndtbk8-Dec-04 21:36 
GeneralRe: Question concerning IO file Pin
tpndtbk9-Dec-04 0:57
tpndtbk9-Dec-04 0:57 
GeneralHelppppppp Pin
eli150219797-Dec-04 21:45
eli150219797-Dec-04 21:45 
GeneralRe: Helppppppp [EDITED] Pin
toxcct7-Dec-04 22:08
toxcct7-Dec-04 22:08 
GeneralRe: Helppppppp Pin
eli150219797-Dec-04 22:14
eli150219797-Dec-04 22:14 
GeneralVSS integration Pin
shijuck7-Dec-04 21:06
shijuck7-Dec-04 21:06 
GeneralRe: VSS integration Pin
Michael Dunn7-Dec-04 21:13
sitebuilderMichael Dunn7-Dec-04 21:13 
GeneralRe: VSS integration Pin
shijuck8-Dec-04 16:25
shijuck8-Dec-04 16:25 
GeneralRe: VSS integration Pin
Michael Dunn11-Dec-04 5:39
sitebuilderMichael Dunn11-Dec-04 5:39 
QuestionWhat exception is thrown that I catch with a catch(..)? Pin
Per Nilsson7-Dec-04 20:48
Per Nilsson7-Dec-04 20:48 
AnswerRe: What exception is thrown that I catch with a catch(..)? Pin
toxcct7-Dec-04 21:25
toxcct7-Dec-04 21:25 
GeneralRe: What exception is thrown that I catch with a catch(..)? Pin
Per Nilsson7-Dec-04 22:06
Per Nilsson7-Dec-04 22:06 
GeneralRe: What exception is thrown that I catch with a catch(..)? Pin
toxcct7-Dec-04 22:10
toxcct7-Dec-04 22:10 
GeneralRe: What exception is thrown that I catch with a catch(..)? Pin
Steve S7-Dec-04 23:45
Steve S7-Dec-04 23:45 
AnswerRe: What exception is thrown that I catch with a catch(..)? Pin
Andrew Walker8-Dec-04 2:33
Andrew Walker8-Dec-04 2:33 
GeneralShowing image Pin
arus20047-Dec-04 20:28
arus20047-Dec-04 20:28 
GeneralRe: Showing image Pin
ssing7-Dec-04 21:06
ssing7-Dec-04 21:06 

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.