| delorie.com/archives/browse.cgi | search |
| From: | "Morpheus" <hall AT silo DOT csci DOT unt DOT edu> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: make/linking trouble |
| Date: | Sun, 7 Nov 1999 19:36:18 -0600 |
| Organization: | Zion |
| Lines: | 13 |
| Message-ID: | <8059h1$ms8@hermes.acs.unt.edu> |
| References: | <80592o$mnp AT hermes DOT acs DOT unt DOT edu> |
| NNTP-Posting-Host: | dfw-premium-45.dialup.unt.edu |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Newsreader: | Microsoft Outlook Express 5.00.2314.1300 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2314.1300 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
*IniTest.cpp*
#include <iostream.h>
#include "IniUtils.h"
int main() {
IniFile* ini = new IniFile("demo1.sim");
ini->setActiveSection("Configuration");
cout << ini->getValue("Author");
return 0;
}
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |