Click here to Skip to main content
15,892,697 members
Articles / Desktop Programming / MFC

MFC - Multiple inheritance and serialization

Rate me:
Please Sign up or sign in to vote.
4.80/5 (34 votes)
29 Oct 2003CPOL14 min read 163.8K   4.2K   73  
Describing a solution to allow namespaces, multiple inheritance, and serialization in an MFC program
// stdafx.cpp : file di origine che include solo le inclusioni standard
// Utility.pch sar� l'intestazione precompilata
// stdafx.obj conterr� le informazioni sui tipi precompilati.

#include "stdafx.h"

// TODO: fare riferimento alle intestazioni aggiuntive necessarie in STDAFX.H
// e non in questo file

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Italy Italy
Born and living in Milan (Italy), I'm an engineer in electronics actually working in the ICT department of an important oil/gas & energy company as responsible for planning and engineering of ICT infrastructures.
Interested in programming since the '70s, today I still define architectures for the ICT, deploying dedicated specific client application for engineering purposes, working with C++, MFC, STL, and recently also C# and D.

Comments and Discussions