Re: CString Array to LPCTSTR *
- From: "Ajay Kalra" <ajaykalra@xxxxxxxxx>
- Date: 20 Sep 2006 21:03:39 -0700
bjarne wrote:
Vipin wrote:
Doug,
Refer Stroustrup's book where he shows one type of implementation
of string where he has a diagram with segment descriptors and each of the
entries in the descriptor table points to segments of string.
Which book? Which section?
Vipin has mentioned this earlier in this thread about the chapter/book:
<>
Actually if you look up the container summary chapter in C++
programming
language by Stroustup, it says this:-
"For vector the element data structure is most likely an array"
It never says it *is* an array because it is an underneath
implementation
detail and since array provides random access that would be the most
commonly used implementation mechanism.
</>
---
Ajay
.
- References:
- Re: CString Array to LPCTSTR *
- From: Ajay Kalra
- Re: CString Array to LPCTSTR *
- From: Vipin
- Re: CString Array to LPCTSTR *
- From: Ajay Kalra
- Re: CString Array to LPCTSTR *
- From: Vipin
- Re: CString Array to LPCTSTR *
- From: David Wilkinson
- Re: CString Array to LPCTSTR *
- From: Vipin
- Re: CString Array to LPCTSTR *
- From: David Wilkinson
- Re: CString Array to LPCTSTR *
- From: Doug Harrison [MVP]
- Re: CString Array to LPCTSTR *
- From: Vipin
- Re: CString Array to LPCTSTR *
- From: bjarne
- Re: CString Array to LPCTSTR *
- Prev by Date: Re: Menu entries for Size and Maximize.
- Next by Date: Re: Menu entries for Size and Maximize.
- Previous by thread: Re: CString Array to LPCTSTR *
- Next by thread: Re: CString Array to LPCTSTR *
- Index(es):
Relevant Pages
|