delorie.com/archives/browse.cgi | search |
Message-ID: | <38AE4FB0.90C07036@earthlink.net> |
From: | Martin Ambuhl <mambuhl AT earthlink DOT net> |
Organization: | Nocturnal Aviation |
X-Mailer: | Mozilla 4.7 [en] (Win95; U) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: c++ |
References: | <HEHq4.4290$CC3 DOT 119351 AT wagner DOT videotron DOT net> <38ABA7FE DOT 10B29BCB AT earthlink DOT net> <38AC9FB3 DOT 7D1A2867 AT caresystems DOT com DOT au> |
Lines: | 42 |
Date: | Sat, 19 Feb 2000 08:09:02 GMT |
NNTP-Posting-Host: | 209.246.94.123 |
X-Complaints-To: | abuse AT earthlink DOT net |
X-Trace: | newsread2.prod.itd.earthlink.net 950947742 209.246.94.123 (Sat, 19 Feb 2000 00:09:02 PST) |
NNTP-Posting-Date: | Sat, 19 Feb 2000 00:09:02 PST |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
leon wrote: > > Martin Ambuhl wrote: > > > > class Desktop > > { > > public: > > Panel Menu; > > Panel Icon; > > Desktop():Menu(0, 0, 100, 100), Icon(0, 100, 100, 100) > > { > > } > > }; > > if you are going to put definition of constructor inline ala in header - > then wouldn' you need to put ";" character between braces? No. > ie > Desktop():Menu(0, 0, 100, 100), Icon(0, 100, 100, 100) > { > > ;//here it is > > } > With best regards - Leon. -- Martin Ambuhl mambuhl AT earthlink DOT net What one knows is, in youth, of little moment; they know enough who know how to learn. - Henry Adams A thick skin is a gift from God. - Konrad Adenauer __________________________________________________________ Fight spam now! Get your free anti-spam service: http://www.brightmail.com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |