Click here to Skip to main content
15,911,848 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralFile associations Pin
Senkwe Chanda21-Jun-02 0:15
Senkwe Chanda21-Jun-02 0:15 
GeneralRe: File associations Pin
Nish Nishant21-Jun-02 0:28
sitebuilderNish Nishant21-Jun-02 0:28 
GeneralRe: File associations Pin
Senkwe Chanda21-Jun-02 0:37
Senkwe Chanda21-Jun-02 0:37 
GeneralRe: File associations Pin
redeemer21-Jun-02 0:46
redeemer21-Jun-02 0:46 
GeneralRe: fstream Pin
Renjith Ramachandran21-Jun-02 0:42
Renjith Ramachandran21-Jun-02 0:42 
GeneralRe: fstream Pin
Christian Graus21-Jun-02 1:49
protectorChristian Graus21-Jun-02 1:49 
GeneralRe: fstream Pin
JohnnyG21-Jun-02 7:33
JohnnyG21-Jun-02 7:33 
GeneralRe: fstream Pin
Christian Graus21-Jun-02 11:40
protectorChristian Graus21-Jun-02 11:40 
em wrote:
ifsFile.open(ListPath, ios::nocreate);

Get rid of ios::nocreate. You don't need it.

em wrote:
I've set a breakpoint on ifsFile.close();

That's dumb. Set a breakpoint at the start, then you'll find out if the file was good on the way through.

em wrote:
if (ifsFile)

Get rid of this as well.


Christian

I am completely intolerant of stupidity. Stupidity is, of course, anything that doesn't conform to my way of thinking. - Jamie Hale - 29/05/2002

Half the reason people switch away from VB is to find out what actually goes on.. and then like me they find out that they weren't quite as good as they thought - they've been nannied. - Alex, 13 June 2002
GeneralDon't Create document in MDI Application Pin
20-Jun-02 22:26
suss20-Jun-02 22:26 
GeneralRe: Don't Create document in MDI Application Pin
Roger Allen20-Jun-02 23:25
Roger Allen20-Jun-02 23:25 
General网络安全组件让你开发更轻松,省事少力! Pin
20-Jun-02 20:04
suss20-Jun-02 20:04 
GeneralRe: 网络安全组件让你开发更轻松,省事少力! Pin
Christian Graus20-Jun-02 20:52
protectorChristian Graus20-Jun-02 20:52 
GeneralRe: 网络安全组件让你开发更轻松,省事少力! Pin
Nish Nishant20-Jun-02 22:33
sitebuilderNish Nishant20-Jun-02 22:33 
QuestionHow can I find the total size of the text in pixels Pin
20-Jun-02 19:32
suss20-Jun-02 19:32 
AnswerRe: How can I find the total size of the text in pixels Pin
Roger Allen20-Jun-02 23:26
Roger Allen20-Jun-02 23:26 
GeneralProcess handle Pin
Kiddxin20-Jun-02 18:26
Kiddxin20-Jun-02 18:26 
GeneralRe: Process handle Pin
Mike Nordell20-Jun-02 18:40
Mike Nordell20-Jun-02 18:40 
GeneralRe: Process handle Pin
Nish Nishant20-Jun-02 19:44
sitebuilderNish Nishant20-Jun-02 19:44 
GeneralRe: Process handle Pin
sultan_of_6string20-Jun-02 23:21
sultan_of_6string20-Jun-02 23:21 
GeneralC++ run-time library Pin
pearothy20-Jun-02 18:12
pearothy20-Jun-02 18:12 
GeneralRe: C++ run-time library Pin
Michael Dunn20-Jun-02 18:39
sitebuilderMichael Dunn20-Jun-02 18:39 
GeneralRe: C++ run-time library Pin
Alex Cramer20-Jun-02 20:35
Alex Cramer20-Jun-02 20:35 
QuestionHow to select HTML element like in it made Find Dilog? Pin
Alex Cramer20-Jun-02 17:58
Alex Cramer20-Jun-02 17:58 
GeneralDebug assertion failed when I try to connect to IE Events Pin
Alex Cramer20-Jun-02 17:24
Alex Cramer20-Jun-02 17:24 
GeneralADO message error not understood Pin
20-Jun-02 17:02
suss20-Jun-02 17:02 

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.