Re: Vector
From: Andrew Koenig (ark_at_acm.org)
Date: 10/27/04
- Next message: cppsks: "multiple inheritance and overloading operator new/delete"
- Previous message: Rob Williscroft: "Re: how to initialise a reference in g++"
- In reply to: Rakesh: "Vector"
- Next in thread: Jon Bell: "Re: Vector"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 26 Oct 2004 22:56:26 GMT
"Rakesh" <rakeshsv@gmail.com> wrote in message
news:270b72.0410261429.5f63c9df@posting.google.com...
> Hi All,
> Assume I declared a vector of char * .
> vector<string> x[100]
That's not a vector of char *.
> How the memory is allocated ?
Why do you care? That is, what aspects of memory allocation are you asking
about, and why?
- Next message: cppsks: "multiple inheritance and overloading operator new/delete"
- Previous message: Rob Williscroft: "Re: how to initialise a reference in g++"
- In reply to: Rakesh: "Vector"
- Next in thread: Jon Bell: "Re: Vector"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|