Click here to Skip to main content
15,885,915 members
Articles / Desktop Programming / MFC

S.I.V.: Simple registry config class

Rate me:
Please Sign up or sign in to vote.
3.00/5 (6 votes)
1 Nov 20044 min read 35K   910   15  
Simplicity Is Virtue: How to store your app's settings in Windows registry with minimum effort.
#if !defined(AFX_REGSETTINGSDEMO_H__587031A1_D1AC_49FB_B23C_E8ACF3FE39C3__INCLUDED_)
#define AFX_REGSETTINGSDEMO_H__587031A1_D1AC_49FB_B23C_E8ACF3FE39C3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "resource.h"


#endif // !defined(AFX_REGSETTINGSDEMO_H__587031A1_D1AC_49FB_B23C_E8ACF3FE39C3__INCLUDED_)

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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Croatia Croatia
A software developer for the masses..

Comments and Discussions