Re: bcb another inheritance bug
From: Ron Natalie (ron_at_sensor.com)
Date: 03/09/04
- Next message: Ron Natalie: "Re: MTU for UDP"
- Previous message: Clark Cox: "Re: A quention about deleting element of vector when using STL"
- In reply to: Old Wolf: "Re: bcb another inheritance bug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 9 Mar 2004 10:05:19 -0500
"Old Wolf" <oldwolf@inspire.net.nz> wrote in message news:843a4f78.0403082039.21f43dde@posting.google.com...
> "Emile" <nospam@aol.com> wrote in message news:<404c9f6d$0$299$636a15ce@news.free.fr>...
> > //sb->notify_iclient_B(cb) never called!
> > //borland c++ builder 6 is not a real c++ compiler.
>
> You have not tried compiling any real C++ yet.
> Try disabling Borland extensions and recompiling.
>
> When you can produce a code sample that uses only Standard C++,
> and actually illustrates a problem (not just you saying
> "X never gets called"), re-post it.
And you might want to fix the obvious bug of
delete sa,sb;
This doesn't delete two things, it deletes only the second one (delete
takes one arg, the comma is an operator).
- Next message: Ron Natalie: "Re: MTU for UDP"
- Previous message: Clark Cox: "Re: A quention about deleting element of vector when using STL"
- In reply to: Old Wolf: "Re: bcb another inheritance bug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|