Use of new in C++
From: Krishna (annamrak_at_anz.com)
Date: 09/29/04
- Next message: Victor Bazarov: "Re: Use of new in C++"
- Previous message: E. Robert Tisdale: "Re: #include optimization"
- Next in thread: Victor Bazarov: "Re: Use of new in C++"
- Reply: Victor Bazarov: "Re: Use of new in C++"
- Reply: Marcin Kalicinski: "Re: Use of new in C++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Sep 2004 21:09:35 -0700
What is the differnce in these new operators
char *a = new char[21];
char *a = new char(21);
Do the type of brac matter ?.. If yes what do they signify ?..
- Next message: Victor Bazarov: "Re: Use of new in C++"
- Previous message: E. Robert Tisdale: "Re: #include optimization"
- Next in thread: Victor Bazarov: "Re: Use of new in C++"
- Reply: Victor Bazarov: "Re: Use of new in C++"
- Reply: Marcin Kalicinski: "Re: Use of new in C++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]