Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

C++ programming based on MFC on file saving?

Status
Not open for further replies.

noloser

Junior Member level 1
Joined
Jan 21, 2006
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Singapore
Activity points
1,455
anyone can provide some useful links to sample C++ source that demostrate saving of file using MFC libraries. i am currently using visual studio .net 2005 to do the compiling. any useful books or articles are greatly welcome, thank in advance!!
 

There is a website useful for C++ programmers. You can check out this site for reference. They also have tutorials and sample codes shared by fellow programmers.

https://www.codeproject.com/

Hope this helps.
 

noloser said:
anyone can provide some useful links to sample C++ source that demostrate saving of file using MFC libraries. i am currently using visual studio .net 2005 to do the compiling. any useful books or articles are greatly welcome, thank in advance!!

OK, just the keywords.

Try looking up or perhaps reading the CArchive class in MFC. Generally, it's used for file saving and reading purposes.

You might want to google for more hints. Keywords:

MFC serialize class
MFC serialization

mind you that serialization is the term used to refer to file I/O and other storage oriented activity in MFC.

anyway, this source code link might help a bit:
http://www.functionx.com/visualc/fileprocessing/archiving.htm

goodluck,
Pinczakko
 

Thank for all your info, it's really helpful.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top