Re: CString Array to LPCTSTR *




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

.



Relevant Pages

  • Re: Range Object Misunderstanding
    ... Public gStrArray() As String ... Public Function rngSrtAs String, ... ' "List" is string array for sorting ... entries from the named range "Groups". ...
    (microsoft.public.excel.programming)
  • Re: CString Array to LPCTSTR *
    ... of string where he has a diagram with segment descriptors and each of the ... entries in the descriptor table points to segments of string. ...
    (microsoft.public.vc.mfc)
  • Re: string dictionary and memory issue.
    ... ince I am easily loading over 300 000 strings in memory, ... a flag representing the end of a string. ... How many entries are in each node? ... suggest using a plain array, either as a list of entries (for nodes ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Question about ruby syntax
    ... array of entries containing the html for every tr with a white ... So it takes the page's URI, casts it to a string and replaces the ...
    (comp.lang.ruby)
  • Re: Finding the number of occurences in an array
    ... easy way to find out how many entries in an array match a string? ... the entries in @gfnames contain the string ".txt" without going through ... You use the magic wand to transform the array into a count! ...
    (comp.lang.perl.misc)