From: "23yrold3yrold" Newsgroups: comp.os.msdos.djgpp Subject: load_datafile in constructor Date: Sun, 27 Aug 2000 11:10:22 -0500 Lines: 9 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 NNTP-Posting-Host: 64.4.88.12 Message-ID: <39a93d13_4@spamkiller.newsfeeds.com> X-Trace: 27 Aug 2000 11:08:51 -0500, 64.4.88.12 X-Comments: This message was posted through Newsfeeds.com X-Comments2: IMPORTANT: Newsfeeds.com does not condone, nor support, spam or any illegal or copyrighted postings. X-Comments3: IMPORTANT: Under NO circumstances will postings containing illegal or copyrighted material through this service be tolerated!! X-Report: Please report illegal or inappropriate use to You may also use our online abuse reporting from: http://www.newsfeeds.com/abuseform.htm X-Abuse-Info: Please be sure to forward a copy of ALL headers, INCLUDING the body (DO NOT SEND ATTACHMENTS) Organization: Newsfeeds.com http://www.newsfeeds.com 73,000+ UNCENSORED Newsgroups. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello. Why is it that you can't load_datafile in a class constructor? Compiles fine, crashes and burns in runtime. It doesn't matter if the DATAFILE* is a class member or global, but load_datafile only works outside the class constructor. Any way around this? Chris