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

C / C++ / MFC

 
GeneralRe: Authentication Pin
Mike Dimmick22-Jan-04 1:38
Mike Dimmick22-Jan-04 1:38 
GeneralVersion info from resources Pin
ExtraLean21-Jan-04 9:32
ExtraLean21-Jan-04 9:32 
GeneralRe: Version info from resources Pin
Jörgen Sigvardsson21-Jan-04 10:01
Jörgen Sigvardsson21-Jan-04 10:01 
GeneralRe: Version info from resources Pin
Blake Miller21-Jan-04 10:04
Blake Miller21-Jan-04 10:04 
GeneralRe: Version info from resources Pin
John R. Shaw21-Jan-04 10:10
John R. Shaw21-Jan-04 10:10 
GeneralRe: Version info from resources Pin
ExtraLean21-Jan-04 10:26
ExtraLean21-Jan-04 10:26 
GeneralWritiing values of a variable to a file Pin
Obsidianick21-Jan-04 8:15
Obsidianick21-Jan-04 8:15 
GeneralRe: Writiing values of a variable to a file Pin
John R. Shaw21-Jan-04 9:36
John R. Shaw21-Jan-04 9:36 
Take a look at the stdio.h header file and look up file io in your help system or any book on C. The reason I say C is because the on C++ specific code in this file is cin and cout, the rest is C code.

Specificaly look for the function fprintf(), if you know how to use prinf() and sprintf() then you will know how to use fprintf().

INTP
GeneralRe: Writiing values of a variable to a file Pin
John M. Drescher21-Jan-04 9:41
John M. Drescher21-Jan-04 9:41 
GeneralSharing data within application Pin
David Crow21-Jan-04 8:02
David Crow21-Jan-04 8:02 
GeneralRe: Sharing data within application Pin
Joe Woodbury21-Jan-04 8:37
professionalJoe Woodbury21-Jan-04 8:37 
GeneralRe: Sharing data within application Pin
Blake Miller21-Jan-04 10:10
Blake Miller21-Jan-04 10:10 
GeneralExporting Device Context to File (GIF/JPG/PNG etc) Pin
Miszou21-Jan-04 6:34
Miszou21-Jan-04 6:34 
GeneralRe: Exporting Device Context to File (GIF/JPG/PNG etc) Pin
Nick Hodapp21-Jan-04 7:33
sitebuilderNick Hodapp21-Jan-04 7:33 
GeneralRe: Exporting Device Context to File (GIF/JPG/PNG etc) Pin
Miszou21-Jan-04 7:45
Miszou21-Jan-04 7:45 
GeneralRemove Pin
Anonymous21-Jan-04 6:20
Anonymous21-Jan-04 6:20 
GeneralRe: Remove Pin
David Crow21-Jan-04 6:55
David Crow21-Jan-04 6:55 
GeneralRe: Remove Pin
Anonymous21-Jan-04 7:28
Anonymous21-Jan-04 7:28 
GeneralRe: Remove Pin
David Crow21-Jan-04 7:56
David Crow21-Jan-04 7:56 
GeneralDrag and Drop from Outlook Pin
Steve Thresher21-Jan-04 5:47
Steve Thresher21-Jan-04 5:47 
GeneralShellOpen Pin
Gary Kirkham21-Jan-04 5:45
Gary Kirkham21-Jan-04 5:45 
GeneralRe: ShellOpen Pin
Antti Keskinen21-Jan-04 5:55
Antti Keskinen21-Jan-04 5:55 
GeneralRe: ShellOpen Pin
Gary Kirkham21-Jan-04 5:59
Gary Kirkham21-Jan-04 5:59 
QuestionHow to threshold an image? Pin
uus9921-Jan-04 5:41
uus9921-Jan-04 5:41 
AnswerRe: How to threshold an image? Pin
J. Eric Vaughan21-Jan-04 6:24
J. Eric Vaughan21-Jan-04 6:24 

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.