Re: constructors
From: David White (no_at_email.provided)
Date: 09/01/04
- Next message: Mike Wahler: "Re: constructors"
- Previous message: Anand Hariharan: "Re: Compilation error with function object predicate"
- In reply to: Mike Wahler: "Re: constructors"
- Next in thread: Mike Wahler: "Re: constructors"
- Reply: Mike Wahler: "Re: constructors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 1 Sep 2004 12:17:19 +1000
"Mike Wahler" <mkwahler@mkwahler.net> wrote in message
news:rC6Zc.4019$8d1.1427@newsread2.news.pas.earthlink.net...
> Employee emp(1,
> "12 Madison Ave",
> "123-4567",
> 100,
> "I. M. Great",
> 1000,
> 0.4);
This might not comply with the requirement to create the object
"dynamically", depending on exactly what that was supposed to mean in this
case. If not, then the OP should stick with his/her original code for this
part.
DW
- Next message: Mike Wahler: "Re: constructors"
- Previous message: Anand Hariharan: "Re: Compilation error with function object predicate"
- In reply to: Mike Wahler: "Re: constructors"
- Next in thread: Mike Wahler: "Re: constructors"
- Reply: Mike Wahler: "Re: constructors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|