| delorie.com/archives/browse.cgi | search |
| Message-Id: | <3.0.3.32.19971004082139.0069c228@utw.com> |
| Date: | Sat, 04 Oct 1997 08:21:39 -0600 |
| To: | djgpp AT delorie DOT com |
| From: | Kurt Wall <kwall AT utw DOT com> |
| Subject: | Re: Bad debugging code for class functions in header |
| In-Reply-To: | <97Oct4.150833gmt+0100.11649@internet01.amc.de> |
| Mime-Version: | 1.0 |
At 02:13 PM 10/4/97 +0100, Chris Croughton wrote:
>If I have a header file like:
>
>class foo
>{
>public:
> void fred()
> {
> for (int i = 1; i < 1000; i++)
> bill(i);
> }
> void bill() {}
>};
Tsk, tsk. Putting code in a header file...
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |