CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Philip Nicoletti

Search: Search took 1.09 seconds.

  1. Re: regarding CTypedPtrArray,moving of array

    Maybe a simple example will help. I used a message box in the
    example for demonstration purposes only ... you should use
    a debugger to look at the results



    struct CValue : public CObject
    {...
  2. Re: regarding CTypedPtrArray,moving of array

    I don't understand. You must be adding elements to the array at some time.
  3. Re: regarding CTypedPtrArray,moving of array

    It is not really clear what you are trying to do. There is a RemoveAt() member
    function that removes an element in the collection at a specified index. (you still
    need to take care of deallocating...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured