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

C / C++ / MFC

 
GeneralRe: C++ Question. Pin
John R. Shaw21-Oct-03 15:55
John R. Shaw21-Oct-03 15:55 
GeneralRe: C++ Question. Pin
WREY21-Oct-03 23:35
WREY21-Oct-03 23:35 
GeneralSpecified the path with Cfiledialog Pin
sdfdsfa21-Oct-03 8:37
sdfdsfa21-Oct-03 8:37 
GeneralRe: Specified the path with Cfiledialog Pin
David Crow21-Oct-03 9:44
David Crow21-Oct-03 9:44 
GeneralRe: Specified the path with Cfiledialog Pin
Anonymous21-Oct-03 18:33
Anonymous21-Oct-03 18:33 
GeneralSerialization Pin
swerajan21-Oct-03 8:25
swerajan21-Oct-03 8:25 
GeneralRe: Serialization Pin
David Crow21-Oct-03 9:43
David Crow21-Oct-03 9:43 
GeneralRe: Serialization Pin
John R. Shaw21-Oct-03 16:15
John R. Shaw21-Oct-03 16:15 
See is how you are using CFormView I assume that you have a document class assotiated with it.

1) Open you document class and find Serialize().
2) if( ar.IsStoring() )
   {
       ar.Write(...); // write data to file (save/save as)
   }
   else
   {
       ar.Read(...); // read data from file (open)
   }


With a little effort and reasearch in MSDN you should have not problem.

P.S. This looks like a college assignment I had once add (accept in 'C' not MS 'C++').
After you get complete the assignment and get a grade, please send be a copy and I'll send you one of my versions (C,C++,VB), there are only to possibilies 1) possible and imposseble to beat.

INTP
Generaloleacc horror Pin
Mukkie21-Oct-03 8:24
Mukkie21-Oct-03 8:24 
GeneralRe: oleacc horror Pin
PJ Arends21-Oct-03 10:19
professionalPJ Arends21-Oct-03 10:19 
GeneralRe: oleacc horror Pin
Mukkie21-Oct-03 11:01
Mukkie21-Oct-03 11:01 
GeneralRe: oleacc horror Pin
igor196021-Oct-03 11:27
igor196021-Oct-03 11:27 
GeneralLNK2001 error Pin
jimNLX21-Oct-03 7:27
jimNLX21-Oct-03 7:27 
GeneralRe: LNK2001 error Pin
Chris Meech21-Oct-03 7:59
Chris Meech21-Oct-03 7:59 
GeneralDisappearing list controls Pin
JT Anderson21-Oct-03 6:14
JT Anderson21-Oct-03 6:14 
GeneralRe: Disappearing list controls Pin
igor196021-Oct-03 8:51
igor196021-Oct-03 8:51 
GeneralRe: Disappearing list controls Pin
JT Anderson21-Oct-03 9:17
JT Anderson21-Oct-03 9:17 
GeneralRe: Disappearing list controls Pin
David Crow21-Oct-03 10:02
David Crow21-Oct-03 10:02 
GeneralRe: Disappearing list controls Pin
JT Anderson21-Oct-03 10:38
JT Anderson21-Oct-03 10:38 
Questionhow to split a bitmap into multiple bitmaps and save them to a folder Pin
Slim Gradey21-Oct-03 5:49
Slim Gradey21-Oct-03 5:49 
AnswerRe: how to split a bitmap into multiple bitmaps and save them to a folder Pin
John R. Shaw21-Oct-03 17:14
John R. Shaw21-Oct-03 17:14 
GeneralCbutton Pin
act_x21-Oct-03 5:30
act_x21-Oct-03 5:30 
GeneralRe: Cbutton Pin
Steve S21-Oct-03 5:41
Steve S21-Oct-03 5:41 
GeneralRe: Cbutton Pin
act_x21-Oct-03 5:48
act_x21-Oct-03 5:48 
GeneralRe: Cbutton Pin
John R. Shaw21-Oct-03 17:28
John R. Shaw21-Oct-03 17:28 

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.