delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <CEA8A0022F38D31190CC08002BB487E103BEF1F4@mail9.ntu.edu.sg> |
From: | #DASH ANJAN KUMAR# <PB0114599 AT ntu DOT edu DOT sg> |
To: | "'cygwin AT cygwin DOT com'" <cygwin AT cygwin DOT com> |
Subject: | on file save as |
Date: | Mon, 5 Mar 2001 09:20:42 +0800 |
MIME-Version: | 1.0 |
X-Mailer: | Internet Mail Service (5.5.2650.21) |
i want to save some selective portion using the saveas button on file menu in a vc++ single document application. right now i have written as follows.... void CMdEditDoc::OnFileSaveAs() { CDocument::OnFileSaveAs(); ofstream fout(m_szTempFilePath); m_pMod->ModelGen(fout); fout.close(); } I am not getting what i ahve written in ModelGen function of a class to which m_pMod is a pointer. Can anybody help me? Regards dash -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |