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

C / C++ / MFC

 
QuestionRe: Accessing Office Functions from user defined applications Pin
David Crow20-Feb-06 8:57
David Crow20-Feb-06 8:57 
AnswerRe: Accessing Office Functions from user defined applications Pin
chetanprakash20-Feb-06 19:19
chetanprakash20-Feb-06 19:19 
GeneralRe: Accessing Office Functions from user defined applications Pin
David Crow21-Feb-06 2:41
David Crow21-Feb-06 2:41 
QuestionSaving Data to File Pin
BeakX20-Feb-06 7:57
BeakX20-Feb-06 7:57 
AnswerRe: Saving Data to File Pin
David Crow20-Feb-06 8:09
David Crow20-Feb-06 8:09 
GeneralRe: Saving Data to File Pin
georgeraafat20-Feb-06 9:03
georgeraafat20-Feb-06 9:03 
GeneralRe: Saving Data to File Pin
David Crow20-Feb-06 9:14
David Crow20-Feb-06 9:14 
GeneralRe: Saving Data to File Pin
Aqueel20-Feb-06 17:19
Aqueel20-Feb-06 17:19 
You can also use fstream.h
To get data from the file make an object of ifstream
and to write data to file, make an object of ofstream
then use these objects just like cout and cin in c++. These are very easy to use.
You can visit msdn.microsoft.com for the help on ifstream and ofstream.
Good Luck.

We Believe in Excellence

-- modified at 23:21 Monday 20th February, 2006
GeneralRe: Saving Data to File Pin
David Crow21-Feb-06 2:27
David Crow21-Feb-06 2:27 
AnswerRe: Saving Data to File Pin
ThatsAlok20-Feb-06 18:28
ThatsAlok20-Feb-06 18:28 
QuestionEditor Pin
haba-baba20-Feb-06 5:47
haba-baba20-Feb-06 5:47 
AnswerRe: Editor Pin
Rage20-Feb-06 5:52
professionalRage20-Feb-06 5:52 
GeneralRe: Editor Pin
haba-baba20-Feb-06 9:11
haba-baba20-Feb-06 9:11 
AnswerRe: Editor Pin
James Brown20-Feb-06 7:31
James Brown20-Feb-06 7:31 
GeneralRe: Editor Pin
haba-baba22-Feb-06 8:16
haba-baba22-Feb-06 8:16 
QuestionImage Stream Pin
Vanderson Andrade20-Feb-06 5:37
Vanderson Andrade20-Feb-06 5:37 
Questionctabctrl drawing Pin
picazo20-Feb-06 4:58
picazo20-Feb-06 4:58 
AnswerRe: ctabctrl drawing Pin
Rage20-Feb-06 5:56
professionalRage20-Feb-06 5:56 
GeneralRe: ctabctrl drawing Pin
picazo20-Feb-06 7:14
picazo20-Feb-06 7:14 
QuestionPrinting... Pin
mkoliv20-Feb-06 4:45
mkoliv20-Feb-06 4:45 
AnswerRe: Printing... Pin
David Crow20-Feb-06 5:05
David Crow20-Feb-06 5:05 
QuestionHow to convert Bytes to Hex Pin
srija20-Feb-06 4:07
srija20-Feb-06 4:07 
AnswerRe: How to convert Bytes to Hex Pin
toxcct20-Feb-06 4:12
toxcct20-Feb-06 4:12 
GeneralRe: How to convert Bytes to Hex Pin
srija20-Feb-06 5:00
srija20-Feb-06 5:00 
GeneralRe: How to convert Bytes to Hex Pin
toxcct20-Feb-06 5:06
toxcct20-Feb-06 5: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.