Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: destructor - string, multimap, ifstream Pin
devvvy15-Aug-07 0:36
devvvy15-Aug-07 0:36 
GeneralRe: destructor - string, multimap, ifstream Pin
jhwurmbach15-Aug-07 1:22
jhwurmbach15-Aug-07 1:22 
Generalhow can I enable "Full-page heap" from Global Flags? Pin
devvvy15-Aug-07 17:43
devvvy15-Aug-07 17:43 
QuestionRe: destructor - string, multimap, ifstream Pin
David Crow15-Aug-07 3:17
David Crow15-Aug-07 3:17 
AnswerRe: destructor - string, multimap, ifstream Pin
devvvy15-Aug-07 13:49
devvvy15-Aug-07 13:49 
Questiona simple question for serialization Pin
asdertim14-Aug-07 12:33
asdertim14-Aug-07 12:33 
AnswerRe: a simple question for serialization Pin
Mark Salsbery14-Aug-07 14:51
Mark Salsbery14-Aug-07 14:51 
GeneralRe: a simple question for serialization Pin
asdertim14-Aug-07 18:42
asdertim14-Aug-07 18:42 
Thank you.
But I do not understand here. For doc class:
void CCodeDoc::Serialize(CArchive& ar)<br />
{<br />
	if (ar.IsStoring())<br />
	{<br />
		// TODO: add storing code here<br />
	}<br />
	else<br />
	{<br />
		// TODO: add loading code here<br />
	}<br />
}

And this is called from Framework. So I do not create any CArchieve file. Carchieve file created by Framework.
I tried to serialize "int x" and closed application. But there is no extra file in project's directory. So where is the file? What type of file is created by framework?

I hope i can explain my problem.
Thanks again.
QuestionRe: a simple question for serialization Pin
Mark Salsbery14-Aug-07 19:05
Mark Salsbery14-Aug-07 19:05 
AnswerRe: a simple question for serialization Pin
asdertim14-Aug-07 19:20
asdertim14-Aug-07 19:20 
GeneralRe: a simple question for serialization Pin
Nelek20-Aug-07 20:02
protectorNelek20-Aug-07 20:02 
QuestionVC++ execution slow down in windows 2003 Pin
penewman14-Aug-07 12:00
penewman14-Aug-07 12:00 
AnswerRe: VC++ execution slow down in windows 2003 Pin
Maxwell Chen14-Aug-07 17:15
Maxwell Chen14-Aug-07 17:15 
Questioncalling c++ function from c. Pin
yoti1114-Aug-07 8:59
yoti1114-Aug-07 8:59 
AnswerRe: calling c++ function from c. Pin
Maxwell Chen14-Aug-07 9:03
Maxwell Chen14-Aug-07 9:03 
GeneralRe: calling c++ function from c. Pin
yoti1114-Aug-07 9:28
yoti1114-Aug-07 9:28 
GeneralRe: calling c++ function from c. Pin
David Crow14-Aug-07 10:53
David Crow14-Aug-07 10:53 
GeneralRe: calling c++ function from c. Pin
led mike14-Aug-07 11:50
led mike14-Aug-07 11:50 
QuestionProgrammatically setting Desktop Auto Arrange properties Pin
Pescador14-Aug-07 8:08
Pescador14-Aug-07 8:08 
AnswerRe: Programmatically setting Desktop Auto Arrange properties Pin
led mike14-Aug-07 8:21
led mike14-Aug-07 8:21 
GeneralRe: Programmatically setting Desktop Auto Arrange properties Pin
Mark Salsbery14-Aug-07 8:30
Mark Salsbery14-Aug-07 8:30 
GeneralRe: Programmatically setting Desktop Auto Arrange properties Pin
led mike14-Aug-07 10:02
led mike14-Aug-07 10:02 
GeneralRe: Programmatically setting Desktop Auto Arrange properties Pin
Mark Salsbery14-Aug-07 10:14
Mark Salsbery14-Aug-07 10:14 
GeneralRe: Programmatically setting Desktop Auto Arrange properties Pin
Pescador14-Aug-07 12:29
Pescador14-Aug-07 12:29 
GeneralRe: Programmatically setting Desktop Auto Arrange properties Pin
Pescador14-Aug-07 12:39
Pescador14-Aug-07 12:39 

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.