Click here to Skip to main content
15,881,089 members
Articles / Desktop Programming / Windows Forms

Working with Configuration Files (app.config) in C++/CLI

Rate me:
Please Sign up or sign in to vote.
4.58/5 (23 votes)
25 Oct 20077 min read 181.2K   3.4K   33  
The purpose of this article is to present some utilization of configuration files in a Windows Forms application with C++/CLI.
#include "stdafx.h"

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
France France
I'm a french developper, specially interested in windows programming with my favourite language, C++.

Beginning Windows programs with Win32, API & MFC, I finally move on C++/CLI. Now, I'm a Visual C++ MVP since 2007

My web site (in french nico-pyright.developpez.com) contains article and tutorial about Win32, MFC & C++/CLI.

I've also written a C++/CLI FAQ (to be continued ...)

Comments and Discussions